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
Yes, this was an intentional regression. I agree raising an error on passing configuration settings would have been a good idea for this release. I am actively working on adding support for configuration back in (bulk of the work to reenable is in #7390).
Note: Switching to SessionContext::write_parquet didn't work right away, resulting in IoError(Os { code: 2, kind: NotFound, message: "No such file or directory" }).
The source of the error was this call to .canonicalize() that seems to expect that destination path exists. I worked around this by creating an empty directory before saving to Parquet.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
After upgrading to DataFusion
30.0.0
I noticed that my carefully-crafted options forDataFrame::write_parquet
are 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
The text was updated successfully, but these errors were encountered: