-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
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
Labels
No labels