rdblue commented on a change in pull request #3326:
URL: https://github.com/apache/iceberg/pull/3326#discussion_r739864111
##########
File path: core/src/main/java/org/apache/iceberg/CatalogUtil.java
##########
@@ -55,12 +54,6 @@
* <li>hadoop: org.apache.iceberg.hadoop.HadoopCatalog</li>
* </ul>
*/
- public static final String ICEBERG_CATALOG_TYPE = "type";
- public static final String ICEBERG_CATALOG_TYPE_HADOOP = "hadoop";
- public static final String ICEBERG_CATALOG_TYPE_HIVE = "hive";
- public static final String ICEBERG_CATALOG_HIVE =
"org.apache.iceberg.hive.HiveCatalog";
- public static final String ICEBERG_CATALOG_HADOOP =
"org.apache.iceberg.hadoop.HadoopCatalog";
Review comment:
Instead of removing these now, can you deprecate them with a message
about when they will be removed? That way we don't accidentally break anyone
that references them.
--
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]