geruh opened a new pull request, #3009:
URL: https://github.com/apache/iceberg-python/pull/3009

   # Rationale for this change
   
   Adds support for the `RollingManifestWriter` to split large commits into 
multiple manifest files instead of one giant file. This PR wraps the 
ManifestWriter and follows the Java implemenation of checking the size every 
250 entries. The bulk of this work was done in #650. 
   
   Next step is wiring this into `fast_append`, but it's also useful for 
manifest repair operations, like deduplicating entries and rewriting manifests 
without blowing up the output sizes
   
   ## Are these changes tested?
   
   Yes
   
   ## Are there any user-facing changes?
   
   No
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to