[Backport 2.x] Library changes for Apache Arrow integration#16747
Merged
Conversation
* Library changes for arrow integration Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com> * Bump guava 32->33 Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com> * add support for onCancel and Cancellable for BatchedJob in lib:arrow module Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com> * address PR comments Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com> * Move StreamTicket to an interface Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com> * remove jackson dependencies Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com> * make sl4j runtime only Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com> * introduce factory for stream ticket Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com> * Address PR comments Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com> --------- Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com> (cherry picked from commit 6d3fd37) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Contributor
|
❕ Gradle check result for e608388: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #16747 +/- ##
============================================
- Coverage 71.86% 71.86% -0.01%
- Complexity 65392 65449 +57
============================================
Files 5314 5314
Lines 305276 305276
Branches 44485 44485
============================================
- Hits 219399 219390 -9
- Misses 67533 67610 +77
+ Partials 18344 18276 -68 ☔ View full report in Codecov by Sentry. |
reta
approved these changes
Nov 29, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 6d3fd37 from #16691.