dramaticlly commented on code in PR #17118:
URL: https://github.com/apache/iceberg/pull/17118#discussion_r3538408332
##########
api/src/main/java/org/apache/iceberg/io/FilterIterator.java:
##########
@@ -67,6 +74,7 @@ private boolean advance() {
this.nextReady = true;
return true;
}
+ onSkip(next);
Review Comment:
@rdblue I think this align with your previous suggestion in
https://github.com/apache/iceberg/pull/5268#discussion_r929192438. A custom
callback enable different counter for v4 heterogenous entry of trackedFile
--
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]