-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[BUG] Zstd new codec is a breaking change for kNN plugin: move custom-codecs from sandbox/modules to sandbox/plugins (so it won't be installed automatically) #7014
Conversation
…-codecs from sandbox/modules to sandbox/plugins (so it won't be installed automatically) Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@mulugetam please |
Skipping changelog since the feature was not released yet |
Gradle Check (Jenkins) Run Completed with:
|
Hehe ...
|
please add "backport 2.x" label, original PR got backported to 2.x :( 3accec8 |
Yes, that's after merge, no worries :) We just need to pass the Docker rate limit ... |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Hi @reta I deployed the fix now to Jenkins. Sorry about it. |
Gradle Check (Jenkins) Run Completed with:
|
Gradle Check (Jenkins) Run Completed with:
|
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #7014 +/- ##
============================================
- Coverage 70.77% 70.60% -0.18%
+ Complexity 59270 59211 -59
============================================
Files 4822 4823 +1
Lines 283940 283985 +45
Branches 40947 40953 +6
============================================
- Hits 200963 200497 -466
- Misses 66454 66985 +531
+ Partials 16523 16503 -20
... and 482 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…-codecs from sandbox/modules to sandbox/plugins (so it won't be installed automatically) (#7014) (#7019) (cherry picked from commit c7d6cf5) Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Move custom-codecs from sandbox/modules to sandbox/plugins (so it won't be installed automatically)
Issues Resolved
Closes #7012
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.