fansehep commented on issue #4693:
URL: https://github.com/apache/arrow-rs/issues/4693#issuecomment-1754492397
Looks you want the last like this:
```rust
let writer_properties = WriterProperties::from_str("
set parquet.writer_version = 2.0
set parquet.compression = zstd(5)").unwrap();
```
I want to try it. and should we really need the prefix word 'set' and
`parquet.*` ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]