Skip to content
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

Optimize Operator Input Handling #16689

Merged
merged 14 commits into from
Sep 3, 2024

Merge remote-tracking branch 'upstream/main' into quick-planner-2

14dd62a
Select commit
Loading
Failed to load commit list.
Merged

Optimize Operator Input Handling #16689

Merge remote-tracking branch 'upstream/main' into quick-planner-2
14dd62a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 3, 2024 in 0s

68.91% (-0.04%) compared to 44e96c2

View this Pull Request on Codecov

68.91% (-0.04%) compared to 44e96c2

Details

Codecov Report

Attention: Patch coverage is 78.53261% with 79 lines in your changes missing coverage. Please review.

Project coverage is 68.91%. Comparing base (44e96c2) to head (14dd62a).

Files with missing lines Patch % Lines
go/vt/vtgate/planbuilder/operators/rewriters.go 47.12% 46 Missing ⚠️
go/vt/vtgate/planbuilder/operators/mirror.go 46.15% 7 Missing ⚠️
go/vt/vtgate/planbuilder/operators/ordering.go 40.00% 6 Missing ⚠️
...t/vtgate/planbuilder/operators/insert_selection.go 44.44% 5 Missing ⚠️
go/vt/vtgate/planbuilder/operators/limit.go 44.44% 5 Missing ⚠️
go/vt/vtgate/planbuilder/operators/distinct.go 55.55% 4 Missing ⚠️
go/vt/vtgate/planbuilder/operators/expressions.go 90.62% 3 Missing ⚠️
go/vt/vtgate/planbuilder/operators/join.go 88.88% 1 Missing ⚠️
go/vt/vtgate/planbuilder/operators/plan_query.go 66.66% 1 Missing ⚠️
...vtgate/planbuilder/plancontext/planning_context.go 97.43% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16689      +/-   ##
==========================================
- Coverage   68.94%   68.91%   -0.04%     
==========================================
  Files        1565     1565              
  Lines      201653   201605      -48     
==========================================
- Hits       139033   138934      -99     
- Misses      62620    62671      +51     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.