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
Per the discussion linked... The current delta table writer does not expose setting compression currently and requires so more difficult workarounds. Exposing either and compression argument to the write method or allowing a custom WriterProperties or builder to the method would improve ease of use. See discussion for relevant code links.
Originally posted by theelderbeever June 14, 2023
As the question states above I would like to use zstd instead of snappy for writing parquet files to delta lake using the rust crate. I haven't been able to find anything that mentions customizing this in the writer. Any clarity would be super helpful.
The text was updated successfully, but these errors were encountered:
…eltaWriter (#1497)
# Description
Adds the capability to pass a configured WriterProperties to the
`RecordBatchWriter` and `DeltaWriter` similar to how the
`OptimizeBuilder` can be updated.
# Related Issue(s)
- closes#1469
- closes#1235
# Documentation
Per the discussion linked... The current delta table writer does not expose setting compression currently and requires so more difficult workarounds. Exposing either and compression argument to the
write
method or allowing a customWriterProperties
or builder to the method would improve ease of use. See discussion for relevant code links.Discussed in #1464
Originally posted by theelderbeever June 14, 2023
As the question states above I would like to use zstd instead of snappy for writing parquet files to delta lake using the rust crate. I haven't been able to find anything that mentions customizing this in the writer. Any clarity would be super helpful.
The text was updated successfully, but these errors were encountered: