You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
To enable compression, I would like to customize parquet WriterProperties when using DataFrame.write_parquet.
Describe the solution you'd like
Support building parquet WriterProperties from Python.
Describe alternatives you've considered
For basic properties such as default compression applied to all columns, adding compression option as an argument to DataFrame.write_parquet would be sufficient.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
To enable compression, I would like to customize parquet
WriterProperties
when usingDataFrame.write_parquet
.Describe the solution you'd like
WriterProperties
from Python.Describe alternatives you've considered
DataFrame.write_parquet
would be sufficient.The text was updated successfully, but these errors were encountered: