flyrain commented on a change in pull request #2965: URL: https://github.com/apache/iceberg/pull/2965#discussion_r691699662
########## File path: core/src/main/java/org/apache/iceberg/TableProperties.java ########## @@ -142,6 +142,12 @@ private TableProperties() { // This only applies to files written after this property is set. Files previously written aren't // relocated to reflect this parameter. // If not set, defaults to a "data" folder underneath the root path of the table. + public static final String WRITE_FOLDER_STORAGE_LOCATION = "write.folder-storage.path"; + + /** + * @deprecated will be removed in 0.14.0, use {@link #WRITE_FOLDER_STORAGE_LOCATION} instead + */ + @Deprecated Review comment: Why will be removed in `0.14.0`? Is there a convention to follow? -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org