diqiu50 opened a new pull request, #10829: URL: https://github.com/apache/gravitino/pull/10829
### What changes were proposed in this pull request? Implement schema CRUD, table CRUD, partition support, and exception mapping for the catalog-glue module: - `GlueExceptionConverter` — maps `EntityNotFoundException`/`AlreadyExistsException`/`InvalidInputException` to Gravitino exceptions - `GlueCatalogOperations` — implements `SupportsSchemas` and `TableCatalog` backed by AWS Glue API - `GlueTableOperations` — implements `SupportsPartitions` backed by Glue partition APIs - `GlueTable` — `newOps()` wired to return `GlueTableOperations` ### Why are the changes needed? These classes implement the core metadata operations required to make the catalog-glue module functional. Fix: #10828 ### Does this PR introduce _any_ user-facing change? No. This is internal implementation of the catalog-glue module. ### How was this patch tested? Unit tests covering schema/table/partition CRUD with mocked `GlueClient`. -- 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]
