nastra commented on code in PR #8641:
URL: https://github.com/apache/iceberg/pull/8641#discussion_r1336195167
##########
core/src/main/java/org/apache/iceberg/CatalogUtil.java:
##########
@@ -67,10 +67,18 @@ public class CatalogUtil {
public static final String ICEBERG_CATALOG_TYPE_HADOOP = "hadoop";
public static final String ICEBERG_CATALOG_TYPE_HIVE = "hive";
public static final String ICEBERG_CATALOG_TYPE_REST = "rest";
+ public static final String ICEBERG_CATALOG_TYPE_GLUE = "glue";
Review Comment:
+1
--
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]