-
Notifications
You must be signed in to change notification settings - Fork 487
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
[Merged by Bors] - feat: introduce zstd compression #3185
Conversation
CI issues look related to: gyscos/zstd-rs#93 |
fec98f6
to
a173f56
Compare
Looks like partition wasn't available for the assertion when test ran, re arranged.
|
a173f56
to
4f487cc
Compare
7b4b1c9
to
4c65e8b
Compare
6cd83e2
to
a78f7d2
Compare
6adb704
to
9d8bcf8
Compare
6d47b8c
to
e99c14b
Compare
2187a36
to
dbe0a75
Compare
ff2e51f
to
d27b005
Compare
d27b005
to
77e9620
Compare
@EstebanBorai I see this warning while trying to compile from this branch:
Seems like a crates.io issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
bors r+ |
Introduces the ZSTD Compression algorithm for Fluvio Compression Crate. Related: #2268
Pull request successfully merged into master. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Introduces the ZSTD Compression algorithm for Fluvio Compression Crate.
Related: #2268