stevenzwu commented on code in PR #4744:
URL: https://github.com/apache/iceberg/pull/4744#discussion_r872932456
##########
api/src/main/java/org/apache/iceberg/Scan.java:
##########
@@ -84,6 +84,13 @@
*/
T filter(Expression expr);
+ /**
+ * Create a new scan from this that applies data filtering to files but not
to rows in those files.
+ *
+ * @return a new scan based on this that does not filter rows in files.
+ */
+ T ignoreResiduals();
Review Comment:
this is missed in the last API PR
--
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]