haizhou-zhao commented on code in PR #6045: URL: https://github.com/apache/iceberg/pull/6045#discussion_r1010580952
########## hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java: ########## @@ -437,6 +451,18 @@ private Table newHmsTable(TableMetadata metadata) { null, TableType.EXTERNAL_TABLE.toString()); + // hive2 does not support setting table ownership type, therefore we leave it as Review Comment: Decided to not support group ownership for tables here since hive2 does not support it. Hopefully this will simplify this PR. So this thread may not be relevant anymore. -- 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