You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
🚀 The feature
Add support to
Decompressor
forfile_type="zlib"
, and add a correspondingZlibFileLoader
.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.
The text was updated successfully, but these errors were encountered: