Skip to content

[release-20.0] bugfix: don't treat join predicates as filter predicates (#16472) #16475

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

Merged
merged 3 commits into from
Jul 29, 2024

feat: fix upgrade test failures

a8590aa
Select commit
Loading
Failed to load commit list.
Merged

[release-20.0] bugfix: don't treat join predicates as filter predicates (#16472) #16475

feat: fix upgrade test failures
a8590aa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 29, 2024 in 1s

68.66% (+0.00%) compared to d968111

View this Pull Request on Codecov

68.66% (+0.00%) compared to d968111

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 68.66%. Comparing base (d968111) to head (a8590aa).

Files Patch % Lines
go/vt/vtgate/planbuilder/operators/apply_join.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##           release-20.0   #16475   +/-   ##
=============================================
  Coverage         68.65%   68.66%           
=============================================
  Files              1541     1541           
  Lines            197850   197848    -2     
=============================================
+ Hits             135835   135845   +10     
+ Misses            62015    62003   -12     

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