diqiu50 opened a new pull request, #10781:
URL: https://github.com/apache/gravitino/pull/10781

   ### What changes were proposed in this pull request?
   
   Implement GlueSchema, GlueColumn, GlueTable model classes that convert AWS 
Glue API objects (Database, Table, Column) to Gravitino's internal models, 
along with GlueTypeConverter for type conversion and comprehensive unit tests.
   
   ### Why are the changes needed?
   
   The Glue catalog implementation requires model classes for schema and table 
operations. These classes provide the foundation for subsequent CRUD 
implementations.
   
   Fix: #10780
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. This is internal model class implementation.
   
   ### How was this patch tested?
   
   - Unit tests pass: `./gradlew :catalogs:catalog-glue:test -PskipITs`
   - Spotless formatting applied
   - Compilation successful
   


-- 
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]

Reply via email to