RussellSpitzer commented on code in PR #7501:
URL: https://github.com/apache/iceberg/pull/7501#discussion_r1183099131
##########
core/src/main/java/org/apache/iceberg/BaseRewriteFiles.java:
##########
@@ -26,6 +26,9 @@
class BaseRewriteFiles extends MergingSnapshotProducer<RewriteFiles>
implements RewriteFiles {
private final Set<DataFile> replacedDataFiles = Sets.newHashSet();
private Long startingSnapshotId = null;
+ private boolean replacesDeleteFiles = false;
Review Comment:
rather than fields, can we check whether "repalcesDataFiles" or other data
structures have contents?
--
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]