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

Fix subquery planning having an aggregation that is used in order by as long as we can merge it all into a single route #16402

Merged

feat: fix subequery with aggregation in order by planning if it can a…

fb42815
Select commit
Loading
Failed to load commit list.
Merged

Fix subquery planning having an aggregation that is used in order by as long as we can merge it all into a single route #16402

feat: fix subequery with aggregation in order by planning if it can a…
fb42815
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 16, 2024 in 0s

68.67% (-0.01%) compared to fd6411d, passed because coverage increased by -0.01% when compared to adjusted base (68.68%)

View this Pull Request on Codecov

68.67% (-0.01%) compared to fd6411d, passed because coverage increased by -0.01% when compared to adjusted base (68.68%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.67%. Comparing base (fd6411d) to head (fb42815).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16402      +/-   ##
==========================================
- Coverage   68.68%   68.67%   -0.01%     
==========================================
  Files        1548     1548              
  Lines      199063   199089      +26     
==========================================
+ Hits       136721   136724       +3     
- Misses      62342    62365      +23     

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