the-other-tim-brown opened a new pull request, #670:
URL: https://github.com/apache/incubator-xtable/pull/670

   ## What is the purpose of the pull request
   
   Addresses #668 
   Adds support for handling Iceberg's Bucket partitioning when converting to 
Delta Lake. 
   
   ## Brief change log
   
   - Skips handling of Void partition which will always return a null value
   - Handle bucket partitioning by adding a new field in InternalPartitionField 
to track partitioning options like number of buckets
   - Delta Lake support is added by using generated column to represent the 
partition similar to what we do for date based partitioning
   
   ## Verify this pull request
   
   - Added unit tests for conversion cases
   - Added integration test for Iceberg to Delta with bucket partitioning and 
void partition to test case reported
   


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