singhpk234 commented on a change in pull request #4407:
URL: https://github.com/apache/iceberg/pull/4407#discussion_r835783413
##########
File path: hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java
##########
@@ -64,6 +68,14 @@
public class HiveCatalog extends BaseMetastoreCatalog implements
SupportsNamespaces, Configurable {
public static final String LIST_ALL_TABLES = "list-all-tables";
public static final String LIST_ALL_TABLES_DEFAULT = "false";
+ private static final DynMethods.UnboundMethod ALTER_TABLE =
DynMethods.builder("alter_table")
Review comment:
+1, Agree with you on this, I think we can move this to the existing
[MetaStoreUtil](https://github.com/apache/iceberg/blob/master/hive-metastore/src/main/java/org/apache/iceberg/hive/MetastoreUtil.java)
in the package WDYT ?
--
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]