Skip to content

[release-21.0] Fix handling of tuple bind variables in filtering operations. (#18736) - #18745

Merged
arthurschreiber merged 1 commit into
release-21.0from
backport-18736-to-release-21.0
Oct 15, 2025
Merged

[release-21.0] Fix handling of tuple bind variables in filtering operations. (#18736)#18745
arthurschreiber merged 1 commit into
release-21.0from
backport-18736-to-release-21.0

Fix handling of tuple bind variables in filtering operations. (#18736)

b9e6165
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 14, 2025 in 0s

67.53% (+0.00%) compared to e5e8a58

View this Pull Request on Codecov

67.53% (+0.00%) compared to e5e8a58

Details

Codecov Report

❌ Patch coverage is 75.60976% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.53%. Comparing base (e5e8a58) to head (b9e6165).

Files with missing lines Patch % Lines
go/vt/vtgate/evalengine/compiler_asm_push.go 76.47% 4 Missing ⚠️
go/vt/vtgate/evalengine/expr_compare.go 60.00% 4 Missing ⚠️
go/vt/vtgate/evalengine/eval_tuple.go 83.33% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##           release-21.0   #18745   +/-   ##
=============================================
  Coverage         67.52%   67.53%           
=============================================
  Files              1572     1572           
  Lines            252536   252576   +40     
=============================================
+ Hits             170531   170573   +42     
+ Misses            82005    82003    -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.