Jackie-Jiang commented on code in PR #11763:
URL: https://github.com/apache/pinot/pull/11763#discussion_r1358916763
##########
pinot-core/src/main/java/org/apache/pinot/core/geospatial/transform/function/StPointFunction.java:
##########
@@ -65,7 +65,7 @@ public void init(List<TransformFunction> arguments,
Map<String, ColumnContext> c
if (arguments.size() == 3) {
transformFunction = arguments.get(2);
Preconditions.checkArgument(transformFunction instanceof
LiteralTransformFunction,
- "Third argument must be a literal of integer: %s", getName());
+ "Third argument must be a literal of boolean: %s", getName());
Review Comment:
It should be boolean. We allow int for backward compatibility only because
this function was introduced before BOOLEAN is supported
--
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]