rajarshisarkar commented on code in PR #7194:
URL: https://github.com/apache/iceberg/pull/7194#discussion_r1147449392


##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -359,4 +360,71 @@ private TableProperties() {}
 
   public static final String UPSERT_ENABLED = "write.upsert.enabled";
   public static final boolean UPSERT_ENABLED_DEFAULT = false;
+
+  /** @deprecated will be removed in 1.3.0, use the HMS_TABLE_OWNER constant 
from HiveCatalog */
+  @Deprecated public static final String HMS_TABLE_OWNER = 
"hive.metastore.table.owner";

Review Comment:
   Yes, this was leftover. Corrected 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]

Reply via email to