Skip to content

Commit

Permalink
parquet: Add snap option to README (#2847)
Browse files Browse the repository at this point in the history
I tried using parquet with `default-features = false` (and with some options explicitly enabled), but it didn't support snappy compression. Turns out there is an undocumented option for it.
  • Loading branch information
exyi committed Oct 7, 2022
1 parent 88267f8 commit 5cf46d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parquet/README.md
Expand Up @@ -47,6 +47,7 @@ The `parquet` crate provides the following features which may be enabled in your
- `flate2` (default) - support for parquet using `gzip` compression
- `lz4` (default) - support for parquet using `lz4` compression
- `zstd` (default) - support for parquet using `zstd` compression
- `snap` (default) - support for parquet using `snappy` compression
- `cli` - parquet [CLI tools](https://github.com/apache/arrow-rs/tree/master/parquet/src/bin)
- `experimental` - Experimental APIs which may change, even between minor releases

Expand Down

0 comments on commit 5cf46d4

Please sign in to comment.