Describe the bug
After upgrading to DataFusion 30.0.0 I noticed that my carefully-crafted options for DataFrame::write_parquet are now being discarded
I see there was some major refactoring, but is this regression intentional? I don't see it called out in breaking changes of the release 29/30.
We use options to force dictionary and delta encoding on some columns. How can this be achieved now?
To Reproduce
No response
Expected behavior
- No regression in functionality would be preferred
- Release notes should call this out and suggest a workaround
- API probably should panic with
unimplemented!() when options are specified instead of ignoring silently
Additional context
No response
Describe the bug
After upgrading to DataFusion
30.0.0I noticed that my carefully-crafted options forDataFrame::write_parquetare now being discardedI see there was some major refactoring, but is this regression intentional? I don't see it called out in breaking changes of the release 29/30.
We use options to force dictionary and delta encoding on some columns. How can this be achieved now?
To Reproduce
No response
Expected behavior
unimplemented!()when options are specified instead of ignoring silentlyAdditional context
No response