asolimando commented on code in PR #4681:
URL: https://github.com/apache/calcite/pull/4681#discussion_r2613754619


##########
core/src/main/java/org/apache/calcite/sql/SqlAggFunction.java:
##########
@@ -212,6 +212,22 @@ public boolean allowsNullTreatment() {
     return false;
   }
 
+  /** Returns whether this aggregate function skips NULL input values.

Review Comment:
   Good catch, I have added a clarifying comment around that



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

Reply via email to