-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Description
🚀 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.
Metadata
Metadata
Assignees
Labels
No labels