diqiu50 opened a new issue, #11086: URL: https://github.com/apache/gravitino/issues/11086
Describe the subtask:\n\nImprove Iceberg table lifecycle management in the Glue catalog by delegating operations to the Iceberg SDK GlueCatalog:\n\n- createTable: use Iceberg SDK for non-register-mode tables to write metadata.json to S3\n- loadTable: recover partitioning and sort orders from Iceberg metadata (Glue partitionKeys() is empty for Iceberg tables)\n- alterTable: use Iceberg SDK UpdateSchema/UpdateProperties; fall back to native Glue SDK for register-mode tables\n- Merge GlueIcebergHelper and GlueIcebergCatalogHelper into GlueIcebergTableHelper\n- Support partition transforms (year, month, day, hour, bucket, truncate)\n\nParent issue: https://github.com/apache/gravitino/issues/10708 -- 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]
