Skip to content

Support all compression types for commonly used Parquet creation tools. #2

@thompsonmj

Description

@thompsonmj

Polars enables compression types including:
{‘lz4’, ‘uncompressed’, ‘snappy’, ‘gzip’, ‘lzo’, ‘brotli’, ‘zstd’}

Pandas enables compression types including:
None, ‘gzip’, ‘brotli’, ‘lz4’, ‘zstd’.

Pyspark enables compression types including:
(none, uncompressed, snappy, gzip, lzo, brotli, lz4, and zstd)

Tested and working:

  • uncompressed
  • lz4
  • snappy
  • gzip
  • zstd

Tested and not working:

  • brotli

Untested:

  • lzo

I believe this is determined by the libraries in the base image. Using Ubuntu vs Alpine solved some but not all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions