You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/05/31 17:10:33 UTC

[GitHub] [iceberg] kbendick commented on issue #4914: How to change compression when writing parquet files using pyspark

kbendick commented on issue #4914:
URL: https://github.com/apache/iceberg/issues/4914#issuecomment-1142398482

   Yes the table property `write.parquet.compression-codec` is best. It looks like `write-format` can be set as an optiion for individual writes, but for Iceberg, the table level property `write.parquet.compression-codec` is what you want.
   
   You can update it later if you want to try something new, and then future writes to that Iceberg table will use that codec for parquet files. Generally the codec isn't changed very often.


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org