Skip to content

Commit

Permalink
Move documentation around
Browse files Browse the repository at this point in the history
  • Loading branch information
xmakro committed Sep 1, 2024
1 parent e78271d commit 2592b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ The `parquet` crate provides the following features which may be enabled in your
- `async` - support `async` APIs for reading parquet
- `json` - support for reading / writing `json` data to / from parquet
- `brotli` (default) - support for parquet using `brotli` compression
- `crc` - verifies checksums when reading data pages
- `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)
- `crc` - verifies checksums when reading data pages
- `experimental` - Experimental APIs which may change, even between minor releases

## Parquet Feature Status
Expand Down

0 comments on commit 2592b17

Please sign in to comment.