RussellSpitzer commented on a change in pull request #4407:
URL: https://github.com/apache/iceberg/pull/4407#discussion_r835694566
##########
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:
I did kinda wonder if we should extract this to a package utility method
? But this seems fine with me if you want to go this route. It's only used in 2
places so I think this is fine
--
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]