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: disable use_index when some array expr #34894

Merged
merged 1 commit into from
Jul 28, 2024

fix: disable use_index when some array expr

9a95ef8
Select commit
Loading
Failed to load commit list.
Merged

fix: disable use_index when some array expr #34894

fix: disable use_index when some array expr
9a95ef8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 28, 2024 in 0s

80.89% (target 77.00%)

View this Pull Request on Codecov

80.89% (target 77.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.89%. Comparing base (40e39ef) to head (9a95ef8).
Report is 43 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #34894      +/-   ##
==========================================
+ Coverage   71.80%   80.89%   +9.08%     
==========================================
  Files        1180     1175       -5     
  Lines      142356   142713     +357     
==========================================
+ Hits       102220   115446   +13226     
+ Misses      35737    22857   -12880     
- Partials     4399     4410      +11     
Files Coverage Δ
...src/exec/expression/BinaryArithOpEvalRangeExpr.cpp 89.12% <100.00%> (+89.12%) ⬆️
...ernal/core/src/exec/expression/BinaryRangeExpr.cpp 84.57% <100.00%> (+84.57%) ⬆️
internal/core/src/exec/expression/Expr.h 84.61% <100.00%> (+83.29%) ⬆️
internal/core/src/exec/expression/TermExpr.cpp 81.08% <100.00%> (+81.08%) ⬆️
internal/core/src/exec/expression/UnaryExpr.cpp 84.80% <100.00%> (+84.80%) ⬆️

... and 284 files with indirect coverage changes