rdblue commented on a change in pull request #1972:
URL: https://github.com/apache/iceberg/pull/1972#discussion_r547432390
##########
File path: hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java
##########
@@ -58,9 +58,11 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
-public class HiveCatalog extends BaseMetastoreCatalog implements Closeable,
SupportsNamespaces {
+public class HiveCatalog extends BaseMetastoreCatalog implements
AutoCloseable, SupportsNamespaces {
Review comment:
It doesn't look like these changes are needed. Could we move the changes
in this file to a separate PR?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]