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

   ### What changes were proposed in this pull request?
   
   Override `loadFunction` in `GravitinoGlueCatalog` to delegate to the Iceberg 
`SparkCatalog`, and add `testIcebergPartitions` to `SparkCommonIT` for Glue 
integration test.
   
   ### Why are the changes needed?
   
   Fix: #11592
   
   `GravitinoGlueCatalog` didn't override `loadFunction`, so Spark couldn't 
resolve Iceberg built-in partition functions (`days`, `hours`, `months`, 
`years`) during INSERT planning.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Added `testIcebergPartitions` to `SparkCommonIT` and enabled it in 
`SparkGlueCatalogIT`. Verified against real AWS Glue 
(`SparkAwsGlueCatalogIT35`).


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