-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support more compressions in S3 Source #5110
Comments
Hi, is there an update for this issue? I'm especially interested in having zip compression support for this source connector. |
+1 to this goal, specifically for support of the snappy compression. The lack of support there is blocking users I have been collaborating with. |
@lazebnyi Can you please scope this issue? Especially support for snappy compression, please? |
@YowanR do we need all these compression types for all the supported formats? I yes, the level of effort should be high.
|
To add more context to my previous note, the user required snappy for Parquet files. Thank you Denys for the additional scoping here. |
Tell us about the problem you're trying to solve
Currently S3 (via abstract files source) only supports gzip and bzip2 compressions.
Describe the solution you’d like
Build in support for other compression such as:
This should extend to all supported file formats (where appropriate) and sit within abstract-files-source so that any new files storage source built on top of this inherits the compression support.
If that link is broken we may have refactored where that code sits and I forgot to update this, comment @ me and I'll fix them!
The text was updated successfully, but these errors were encountered: