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/09/22 21:07:45 UTC

[GitHub] [iceberg] rdblue commented on a diff in pull request #5773: Core: Remove write.manifest-lists.enabled and relevant code paths

rdblue commented on code in PR #5773:
URL: https://github.com/apache/iceberg/pull/5773#discussion_r978086354


##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -246,9 +246,6 @@ private TableProperties() {}
   public static final String WRITE_PARTITION_SUMMARY_LIMIT = "write.summary.partition-limit";
   public static final int WRITE_PARTITION_SUMMARY_LIMIT_DEFAULT = 0;
 
-  public static final String MANIFEST_LISTS_ENABLED = "write.manifest-lists.enabled";

Review Comment:
   Should we deprecate this constant so that people see that it no longer works?



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