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: [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]