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

   ### What changes were proposed in this pull request?
   
   Define and document AWS Glue compatibility for the five Gravitino V3-native 
type families.
   
   Nanosecond timestamps, Variant, Unknown/Null, Geometry, and Geography are 
rejected across both Hive-format and Iceberg-format create paths before AWS 
Glue or Iceberg table mutation.
   
   ### Why are the changes needed?
   
   Neither Glue path can preserve the complete semantics of these V3-native 
families through the connector's current schema conversion contract. Early 
rejection prevents opaque fallback and partial external metadata.
   
   Fix: #12061
   
   Related: #12056
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes. Unsupported V3-native schemas now fail consistently before either 
backend is invoked.
   
   ### How was this patch tested?
   
   - Added focused converter and routing coverage for both catalog formats.
   - Verified no Glue `CreateTable` request is sent.
   - Verified no Iceberg `buildTable` operation is invoked.
   - Updated `docs/aws-glue-catalog.md`.
   


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