zhtaoxiang commented on code in PR #10376:
URL: https://github.com/apache/pinot/pull/10376#discussion_r1128788746


##########
pinot-common/src/main/java/org/apache/pinot/common/function/FunctionInvoker.java:
##########
@@ -32,12 +32,17 @@
  */
 public class FunctionInvoker {
   private final Method _method;
+  // If false, the function should return null if any of its argument is null

Review Comment:
   If `false` -> if `true`?



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