jonashaag commented on issue #345: URL: https://github.com/apache/iceberg-python/issues/345#issuecomment-1925368819
I think the REST catalog ignores the `write.parquet.compression-codec` option. No matter what options I set for the catalog, it always responds here https://github.com/apache/iceberg-python/blob/a4856bc2eadf90ac85dec96d4502ca3517bb1bb5/pyiceberg/catalog/rest.py#L472 with ``` 'write.parquet.compression-codec': 'zstd' ``` even if I explicitly set `write.parquet.compression-codec` in the `properties` a few lines above. I'll submit a patch that passes the right arguments to PyArrow but currently we can't support any other compression options for the REST catalog it seems. -- 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-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org