Skip to content

Support compression algorithms #2

@yigitozkavci

Description

@yigitozkavci

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions