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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to