Jackie-Jiang commented on code in PR #11741:
URL: https://github.com/apache/pinot/pull/11741#discussion_r1349346729
##########
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:
Not introduced in this PR, but this should be 0 instead of -1. -1 is not a
valid representation of boolean
--
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]