RussellSpitzer commented on a change in pull request #4407:
URL: https://github.com/apache/iceberg/pull/4407#discussion_r836594746
##########
File path:
hive-metastore/src/main/java/org/apache/iceberg/hive/MetastoreUtil.java
##########
@@ -54,8 +54,8 @@ public static boolean hive3PresentOnClasspath() {
}
/**
- * Invokes alterTable via metaStoreClient without triggering recursive
listing.
- * ref: https://github.com/apache/iceberg/pull/734#issuecomment-574062407
+ * If possible, call the alter_table method via metaStoreClient with an
environment context that turns off stats
Review comment:
The "if possible" here applies to the whole sentence which makes it
sound like this may call alter_table or it may not. So maybe instead
"Calls alter_table method using the metastore client. If possible an
environmental context will be used that ...."
--
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]