xiangfu0 commented on code in PR #17208:
URL: https://github.com/apache/pinot/pull/17208#discussion_r2535954127


##########
pinot-common/src/main/java/org/apache/pinot/common/function/FunctionRegistry.java:
##########
@@ -349,6 +350,15 @@ public FunctionInfo getFunctionInfo(int numArguments) {
       return functionInfo != null ? functionInfo : 
_functionInfoMap.get(VAR_ARG_KEY);
     }
 
+    private boolean isDeterministic() {
+      for (FunctionInfo functionInfo : _functionInfoMap.values()) {

Review Comment:
   Our function info is actually better and handled this case.



-- 
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]

Reply via email to