kevinjqliu commented on PR #1239: URL: https://github.com/apache/iceberg-python/pull/1239#issuecomment-2438625062
Does AWS glue catalog currently support Iceberg view? I could not find any documentation on iceberg view support. On the Java side, GlueCatalog does not current support Iceberg view https://github.com/apache/iceberg/blob/6b04a6d000019a6182eb6521d1e7e4124a0cd73b/aws/src/main/java/org/apache/iceberg/aws/glue/GlueCatalog.java#L83-L84 HiveCatalog on the other hand supports iceberg views (extends `BaseMetastoreViewCatalog`) https://github.com/apache/iceberg/blob/6b04a6d000019a6182eb6521d1e7e4124a0cd73b/hive-metastore/src/main/java/org/apache/iceberg/hive/HiveCatalog.java#L75-L76 -- 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