lcspinter commented on a change in pull request #2261:
URL: https://github.com/apache/hive/pull/2261#discussion_r634359149
##########
File path:
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergOutputCommitter.java
##########
@@ -307,7 +307,7 @@ private void commitTable(FileIO io, ExecutorService
executor, JobContext jobCont
if (catalogName != null) {
catalogProperties.put(InputFormatConfig.CATALOG_NAME, catalogName);
}
- Table table = Catalogs.loadTable(conf, catalogProperties);
+ Table table = Catalogs.loadTableSkipCache(conf, catalogProperties);
Review comment:
I'm not sure I understand your point here. Could you please add a bit
more details?
--
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]