zeroshade commented on issue #360:
URL: https://github.com/apache/arrow-go/issues/360#issuecomment-2836164119

   Parquet doesn't actually *store* the compression level in the metadata at 
all. It only stores a string enum value to identify the compression codec used. 
The level being reported as '1' in that output is actually because the rust 
implementation of parquet uses a default level of 1 for instantiating the Zstd 
codec. See https://github.com/manojkarthick/pqrs/issues/53 :smile: hope that 
helps!


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