Aitozi commented on code in PR #3383:
URL: https://github.com/apache/paimon/pull/3383#discussion_r1611123235
##########
paimon-core/src/main/java/org/apache/paimon/operation/FileDeletionBase.java:
##########
@@ -70,6 +73,13 @@ public abstract class FileDeletionBase {
protected final Map<BinaryRow, Set<Integer>> deletionBuckets;
protected final Executor ioExecutor;
+ protected boolean changelogDecoupled;
Review Comment:
For example, `SnapshotDeletion` will use this to determine whether to clean
changelog manifests. It will also be used in `ChangelogDeletion` in following
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]