data icon indicating copy to clipboard operation
data copied to clipboard

Add zlib support to Decompressor

Open JohnHBrock opened this issue 2 years ago • 1 comments

🚀 The feature

Add support to Decompressor for file_type="zlib", and add a corresponding ZlibFileLoader.

Motivation, pitch

zlib is a very popular format, but Decompressor doesn't seem to support it (AFAICT it only supports gzip, lzma, tar, zip, and bzip2). I ran into this while working with a large dataset compressed using zlib and had to roll my own solution.

Alternatives

No response

Additional context

I'm happy to submit a PR implementing this.

JohnHBrock avatar May 17 '23 00:05 JohnHBrock

Pls feel free to open a PR to add it.

ejguan avatar May 17 '23 13:05 ejguan