marton-bod commented on a change in pull request #2676:
URL: https://github.com/apache/hive/pull/2676#discussion_r716699381
##########
File path:
iceberg/iceberg-catalog/src/main/java/org/apache/iceberg/hive/HiveTableOperations.java
##########
@@ -180,7 +181,8 @@ protected void doRefresh() {
throw new RuntimeException("Interrupted during refresh", e);
}
- refreshFromMetadataLocation(metadataLocation);
+ refreshFromMetadataLocation(metadataLocation, HiveConf.getIntVar(conf,
Review comment:
Is it possible that Spark users would fail here? I think they might not
necessarily use a HiveConf and would therefore not have access to our default
value of 2, so they'd probably fail here
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]