pvary commented on a change in pull request #1505:
URL: https://github.com/apache/iceberg/pull/1505#discussion_r495426789
##########
File path:
hive-metastore/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java
##########
@@ -169,6 +171,15 @@ protected void doCommit(TableMetadata base, TableMetadata
metadata) {
tbl.getParameters().put("EXTERNAL", "TRUE"); // using the external
table type also requires this
}
+ // If needed set the required properties on the table to be able to
query from Hive
+ if (hiveEngineEnabled(metadata, conf)) {
Review comment:
Done
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]