rdblue commented on code in PR #6274:
URL: https://github.com/apache/iceberg/pull/6274#discussion_r1035418440
##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -231,15 +231,8 @@ private TableProperties() {}
public static final String OBJECT_STORE_ENABLED =
"write.object-storage.enabled";
public static final boolean OBJECT_STORE_ENABLED_DEFAULT = false;
- /** @deprecated Use {@link #WRITE_DATA_LOCATION} instead. */
Review Comment:
Ah, I think this was misleading. This is telling people not to use the
property, but it doesn't mean that we can remove the property. As I said in a
comment above, this will break older tables so there's no good reason to ever
remove it.
--
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]