rdblue commented on code in PR #5872:
URL: https://github.com/apache/iceberg/pull/5872#discussion_r990821714
##########
api/src/main/java/org/apache/iceberg/expressions/Binder.java:
##########
@@ -158,6 +158,16 @@ public <T> Expression predicate(BoundPredicate<T> pred) {
public <T> Expression predicate(UnboundPredicate<T> pred) {
return pred.bind(struct, caseSensitive);
}
+
+ @Override
+ public <T> Expression aggregate(UnboundAggregate<T> agg) {
+ return agg.bind(struct, caseSensitive);
Review Comment:
Can you update the `Binder` tests to include aggregate expressions?
--
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]