tledkov-gridgain commented on a change in pull request #9159:
URL: https://github.com/apache/ignite/pull/9159#discussion_r673891841



##########
File path: 
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/exp/agg/Accumulators.java
##########
@@ -208,6 +210,44 @@
         }
     }
 
+    /** */
+    private static class AnyVal implements Accumulator {

Review comment:
       Does unification AnyVal and SingleVal make sense? Add flag or 
inheritance to check for SingleVal and shared common code for other.




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