-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
There are 6 compression algorithms that are supported in Parquet format, as seen here:
- SNAPPY
- GZIP
- LZO
- BROTLI
- LZ4
- ZSTD
Compression algorithm validation is being done in validateCompression function. This function will be removed as we start supporting any of the aforementioned algorithms, as it's currently only useful for preemptively rejecting reading any data in case the compression is not supported.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels