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
I am working on adding support back in for these options in #7390 and #7435. The API will still be slightly different after these PRs though, requiring an additional argument. Apologies for not flagging these breaking changes more clearly prior to the 30.0.0 release!
I discussed a possible workaround in the meantime in #7423 to use SessionContext::write_parquet which still uses the previous write implementation.
Describe the bug
After upgrading the DataFusion Python bindings to version 30, I saw some test failures for writing compressed Parquet files.
apache/datafusion-python#464 (comment)
It looks like this feature was removed from DataFusion in this commit. Note the comment
// TODO implement options
.To Reproduce
Try writing a parquet file and specify a compression level in the writer properties:
Expected behavior
The option should not be ignored.
Additional context
No response
The text was updated successfully, but these errors were encountered: