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

VReplication: Support for BETWEEN/NOT BETWEEN filter in VStream #17721

Merged
merged 13 commits into from
Feb 19, 2025

test: Add e2e VStreamPushdown tests for BETWEEN and IN

b5d6cf9
Select commit
Loading
Failed to load commit list.
Merged

VReplication: Support for BETWEEN/NOT BETWEEN filter in VStream #17721

test: Add e2e VStreamPushdown tests for BETWEEN and IN
b5d6cf9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 14, 2025 in 1s

67.96% (-0.01%) compared to 4c27ea8

View this Pull Request on Codecov

67.96% (-0.01%) compared to 4c27ea8

Details

Codecov Report

Attention: Patch coverage is 75.25773% with 24 lines in your changes missing coverage. Please review.

Project coverage is 67.96%. Comparing base (4c27ea8) to head (b5d6cf9).
Report is 19 commits behind head on main.

Files with missing lines Patch % Lines
.../vt/vttablet/tabletserver/vstreamer/planbuilder.go 75.25% 24 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17721      +/-   ##
==========================================
- Coverage   67.97%   67.96%   -0.01%     
==========================================
  Files        1586     1586              
  Lines      255195   255305     +110     
==========================================
+ Hits       173468   173522      +54     
- Misses      81727    81783      +56     

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