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

[release-20.0-rc] fix: order by subquery planning (#16049) #16133

Merged
merged 2 commits into from
Jun 12, 2024

Fix build and skip test if below 20

f8624a2
Select commit
Loading
Failed to load commit list.
Merged

[release-20.0-rc] fix: order by subquery planning (#16049) #16133

Fix build and skip test if below 20
f8624a2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 12, 2024 in 0s

68.43% (+0.19%) compared to 965da11

View this Pull Request on Codecov

68.43% (+0.19%) compared to 965da11

Details

Codecov Report

Attention: Patch coverage is 60.76555% with 82 lines in your changes missing coverage. Please review.

Project coverage is 68.43%. Comparing base (965da11) to head (f8624a2).
Report is 3 commits behind head on release-20.0-rc.

Files Patch % Lines
go/vt/sqlparser/ast.go 5.00% 38 Missing ⚠️
.../vt/vtgate/planbuilder/operators/query_planning.go 58.97% 16 Missing ⚠️
go/vt/vtgate/planbuilder/operators/subquery.go 33.33% 10 Missing ⚠️
go/vt/vtgate/planbuilder/operators/aggregator.go 80.00% 5 Missing ⚠️
go/vt/vtgate/planbuilder/operators/projection.go 71.42% 4 Missing ⚠️
.../vtgate/planbuilder/operators/subquery_planning.go 80.95% 4 Missing ⚠️
.../vtgate/planbuilder/operators/horizon_expanding.go 88.46% 3 Missing ⚠️
go/vt/sqlparser/ast_funcs.go 80.00% 1 Missing ⚠️
...vtgate/planbuilder/operators/subquery_container.go 83.33% 1 Missing ⚠️
Additional details and impacted files
@@                 Coverage Diff                 @@
##           release-20.0-rc   #16133      +/-   ##
===================================================
+ Coverage            68.24%   68.43%   +0.19%     
===================================================
  Files                 1541     1541              
  Lines               197330   198905    +1575     
===================================================
+ Hits                134665   136119    +1454     
- Misses               62665    62786     +121     

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