rdblue commented on a change in pull request #4407:
URL: https://github.com/apache/iceberg/pull/4407#discussion_r835980161
##########
File path:
hive-metastore/src/main/java/org/apache/iceberg/hive/MetastoreUtil.java
##########
@@ -37,6 +53,17 @@ public static boolean hive3PresentOnClasspath() {
return HIVE3_PRESENT_ON_CLASSPATH;
}
+ /**
+ * Invokes alterTable via metaStoreClient without triggering recursive
listing.
+ * ref: https://github.com/apache/iceberg/pull/734#issuecomment-574062407
Review comment:
Rather than referencing the issue, it would be more clear to just state
the resolution: if possible, call the alter_table method with an environment
context that turns off stats updates.
--
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]