emkornfield opened a new pull request, #2081:
URL: https://github.com/apache/iceberg-rust/pull/2081

   ## Which issue does this PR close?
   
   As discussed in the PR for [allowing compressed 
metadata.json](https://github.com/apache/iceberg-rust/pull/1876#discussion_r2693266830)
 writes we want CompressionCodec in a central place so it can be used in puffin 
and for other compression use-case
   
   ## What changes are included in this PR?
   
   This moves compression.rs to a top level (seems like the best location for 
common code but please let me know if there is a better place.
   
   - It adds Gzip as a compression option and replaces current direct use the 
GzEncoder package.
   - It adds validation to puffin that Gzip is not currently supported (per 
spec)
   
   ## Are these changes tested?
   
   Added unit tests to cover additions and existing tests cover the rest.


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