pvary commented on a change in pull request #2261:
URL: https://github.com/apache/hive/pull/2261#discussion_r632409952
##########
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:
Should it be `Catalogs.invalidate` if the catalog implements
`CachingCatalog` interface?
This way we break the compatibility with other Catalogs.
--
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]