apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
329 stars 64 forks source link

feat: add basic compression configuration to write_parquet #459

Closed mesejo closed 11 months ago

mesejo commented 11 months ago

Which issue does this PR close?

Closes #116.

What changes are included in this PR?

Only compression for all columns was added, later we could a per column compression argument

Are there any user-facing changes?

Yes, two new parameters were added but this should be reflected automatically by Sphinx,