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

refactor: change FuncExpr to use Exprs instead of SelectExprs #15368

Merged
merged 2 commits into from
Feb 27, 2024

remove outdated test

8616a7a
Select commit
Loading
Failed to load commit list.
Merged

refactor: change FuncExpr to use Exprs instead of SelectExprs #15368

remove outdated test
8616a7a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 27, 2024 in 1s

65.42% (-1.99%) compared to 696fe0e

View this Pull Request on Codecov

65.42% (-1.99%) compared to 696fe0e

Details

Codecov Report

Attention: Patch coverage is 63.15789% with 14 lines in your changes are missing coverage. Please review.

Project coverage is 65.42%. Comparing base (696fe0e) to head (8616a7a).
Report is 58 commits behind head on main.

Files Patch % Lines
go/vt/vttablet/tabletmanager/vdiff/table_differ.go 0.00% 4 Missing ⚠️
go/vt/wrangler/materializer.go 0.00% 4 Missing ⚠️
go/vt/wrangler/vdiff.go 0.00% 4 Missing ⚠️
go/vt/vtgate/simplifier/expression_simplifier.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15368      +/-   ##
==========================================
- Coverage   67.41%   65.42%   -1.99%     
==========================================
  Files        1560     1561       +1     
  Lines      192752   193584     +832     
==========================================
- Hits       129952   126662    -3290     
- Misses      62800    66922    +4122     

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