Jackie-Jiang commented on code in PR #11741:
URL: https://github.com/apache/pinot/pull/11741#discussion_r1349976661
##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/custom/GeoSpatialTest.java:
##########
@@ -309,7 +309,9 @@ public void testStPointFunctionWithV2(boolean
useMultiStageQueryEngine)
+ "b.st_point, "
+ "b.st_point_1, "
+ "ST_DISTANCE(ST_Point(a.st_x, a.st_y, -1), b.st_point), "
Review Comment:
That is due to the current implementation. In SQL standard, any number other
than 0 is treated as `true`. The fix for this behavior: #11763
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]