diqiu50 opened a new pull request, #11073: URL: https://github.com/apache/gravitino/pull/11073
### What changes were proposed in this pull request? Add Trino connector support for Gravitino's Glue catalog: - `GlueConnectorAdapter` – wires Gravitino Glue catalog properties into Trino's lakehouse connector config - `GlueMetadataAdapter` – converts table/schema properties between Gravitino and Trino formats - `GlueTablePropertyConverter` – maps Glue-specific table properties (table-format → type, etc.) Also includes fixes to `GlueCatalogOperations` and `GlueIcebergHelper` found during integration testing. ### Why are the changes needed? Without a dedicated connector adapter, Trino cannot proxy queries to Glue-managed tables (Hive, Iceberg) through Gravitino. Fix: #11072 ### Does this PR introduce any user-facing change? Yes — users can now configure a Trino catalog backed by Gravitino's Glue catalog. ### How was this patch tested? Manual integration tests with Trino against a real AWS Glue environment. -- 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]
