You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/05/11 13:48:13 UTC

[GitHub] [iceberg] chenjunjiedada commented on a diff in pull request #4748: Core: optimize planning for position delete matching

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


##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -340,4 +340,8 @@ private TableProperties() {
 
   public static final String UPSERT_ENABLED = "write.upsert.enabled";
   public static final boolean UPSERT_ENABLED_DEFAULT = false;
+
+  public static final String POS_DELETE_HAS_SAME_SEQ_WITH_REFS_ENABLED =
+      "write.pos-delete-has-same-seq-with-refs.enabled";

Review Comment:
   I haven't figured out a shorter name.



-- 
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