Wire doc_values collection into the planner - #22852
Conversation
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
PR Reviewer Guide 🔍(Review updated until commit ecd8739)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to ecd8739 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 89e0da6
Suggestions up to commit b7a7333
Suggestions up to commit b00a2ac
|
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
|
Persistent review updated to latest commit b7a7333 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #22852 +/- ##
============================================
+ Coverage 71.53% 71.63% +0.10%
- Complexity 77249 77400 +151
============================================
Files 6170 6170
Lines 359710 359710
Branches 52460 52460
============================================
+ Hits 257318 257686 +368
+ Misses 81965 81629 -336
+ Partials 20427 20395 -32 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Persistent review updated to latest commit 89e0da6 |
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
PR Code Analyzer ❗AI-powered 'Code-Diff-Analyzer' found issues on commit ecd8739. ⛔ Hard block: Issues at Medium severity or above will block this PR from merging.
The table above displays the top 10 most important findings. Pull Requests Author(s): Please update your Pull Request according to the report above. Repository Maintainer(s): You can Thanks. |
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
|
Persistent review updated to latest commit ecd8739 |
Description
This is part 2 and must be merged after #22844. The first commit is part of that PR.
This PR integrates Lucene doc-values sources into normal PPL execution through DataFusion. It adds planner routing, standard Lucene shard-reader support, cross-backend coordinator reduction, and safe lifecycle/cancellation handling without global holders.
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.