szehon-ho commented on code in PR #7582:
URL: https://github.com/apache/iceberg/pull/7582#discussion_r1231431943
##########
core/src/main/java/org/apache/iceberg/PositionDeletesTable.java:
##########
@@ -130,18 +132,38 @@ private Schema calculateSchema() {
public static class PositionDeletesBatchScan
extends SnapshotScan<BatchScan, ScanTask, ScanTaskGroup<ScanTask>>
implements BatchScan {
+ private boolean filterSet = false;
Review Comment:
This is messy, but the overall idea is, we either have a filter set on the
metadata table, or the base table, and can only handle one of these.
--
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]