etseidl opened a new pull request, #9864:
URL: https://github.com/apache/arrow-rs/pull/9864

   # Which issue does this PR close?
   
   - Part of #9863.
   
   # Rationale for this change
   See issue for more, but the idea is to separate Parquet metadata structures 
from those used for configuration. This can reduce memory used by the metadata, 
and also allows use of the thrift macros, reducing maintenance burden.
   
   # What changes are included in this PR?
   This adds a new `CompressionCodec` enum for use in the Parquet metadata, and 
means to convert between `CompressionCodec` and `Compression`.
   
   # Are these changes tested?
   
   Should be covered by existing tests, but new test of the interchange is also 
added.
   
   # Are there any user-facing changes?
   Yes, this is a breaking API change because it changes the public interface 
of the Parquet metadata.
   


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