RussellSpitzer commented on code in PR #6252:
URL: https://github.com/apache/iceberg/pull/6252#discussion_r1063615772


##########
api/src/main/java/org/apache/iceberg/expressions/BoundAggregate.java:
##########
@@ -29,19 +29,51 @@ protected BoundAggregate(Operation op, BoundTerm<T> term) {
 
   @Override
   public C eval(StructLike struct) {
-    throw new UnsupportedOperationException(this.getClass().getName() + " does 
not implement eval");
+    throw new UnsupportedOperationException(

Review Comment:
   just a formatting change here?



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