danielcweeks commented on code in PR #6045: URL: https://github.com/apache/iceberg/pull/6045#discussion_r1017130690
########## core/src/main/java/org/apache/iceberg/TableProperties.java: ########## @@ -360,5 +360,7 @@ private TableProperties() {} public static final String UPSERT_ENABLED = "write.upsert.enabled"; public static final boolean UPSERT_ENABLED_DEFAULT = false; - public static final String HMS_TABLE_OWNER = "hms_table_owner"; + public static final String HMS_TABLE_OWNER = "hive.metastore.table.owner"; Review Comment: If this goes in before cutting 1.1, we're fine. If it goes in after, then we just need to mark that deprecated for removal in 1.2. -- 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