ajantha-bhat commented on code in PR #8641: URL: https://github.com/apache/iceberg/pull/8641#discussion_r1445684406
########## 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: Sorry, I missed this PR. Existing test code, you can look up "org.apache.iceberg.nessie.NessieCatalog" and replace few of them with alias. And in the docs, we can replace all the occurrences with alias. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org