Skip to content

standalone 1.6 knn join #90

@petrospgithub

Description

@petrospgithub

I am trying to execute the SQL examples from Branch: simba-spark1.6 in Branch: standalone-1.6 (e.g.
SELECT * FROM point1 KNN JOIN point2 ON POINT(point2.x, point2.y) IN KNN(POINT(point1.x, point1.y), 3)
),
but I get errors like "Exception in thread "main" java.lang.RuntimeException: [1.55] failure: ('' expected but identifier KNN found" or "Exception in thread "main" java.lang.RuntimeException: [1.54] failure: ('' expected but identifier RANGE found"
It seems to be a problem in parser or in expression. Am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions