fix: disable use_index when some array expr #34894
Merged
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
@@ 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%) |
⬆️ |
Loading