You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "chenjunjiedada (via GitHub)" <gi...@apache.org> on 2023/04/03 14:25:31 UTC

[GitHub] [iceberg] chenjunjiedada commented on a diff in pull request #7249: Avoid conflicts between rewrite datafiles and flink CDC writes

chenjunjiedada commented on code in PR #7249:
URL: https://github.com/apache/iceberg/pull/7249#discussion_r1156040650


##########
core/src/main/java/org/apache/iceberg/SnapshotSummary.java:
##########
@@ -58,6 +58,8 @@ public class SnapshotSummary {
   public static final String SOURCE_SNAPSHOT_ID_PROP = "source-snapshot-id";
   public static final String REPLACE_PARTITIONS_PROP = "replace-partitions";
   public static final String EXTRA_METADATA_PREFIX = "snapshot-property.";
+  public static final String POSITION_DELETES_WITHIN_COMMIT_ONLY =
+      "position-deletes-within-commit-only";

Review Comment:
   how about `no-pos-delete-apply-to-previous-data`?



-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org