rdblue commented on a change in pull request #2203:
URL: https://github.com/apache/iceberg/pull/2203#discussion_r569863174
##########
File path: hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java
##########
@@ -74,9 +74,18 @@
public HiveCatalog() {
}
+ /**
+ * Hive Catalog constructor.
+ *
+ * @deprecated please use the no-arg constructor, setConf and initialize to
construct the catalog. Will be removed in
+ * v0.12.0
Review comment:
0.12.0 is probably the next release. Can you change this to 0.13.0?
Also, now that 0.11.0 is out, can we remove the methods to remove in 0.12.0?
----------------------------------------------------------------
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]