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

Allow reordering of joins in Planner::planRegularMatch #4625

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Actually call visit recursive extend

1221cf2
Select commit
Loading
Failed to load commit list.
Draft

Allow reordering of joins in Planner::planRegularMatch #4625

Actually call visit recursive extend
1221cf2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 0s

87.47% (target 80.00%)

View this Pull Request on Codecov

87.47% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 87.80488% with 5 lines in your changes missing coverage. Please review.

Project coverage is 87.47%. Comparing base (aa27c83) to head (1221cf2).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
src/planner/plan/plan_read.cpp 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4625      +/-   ##
==========================================
+ Coverage   87.46%   87.47%   +0.01%     
==========================================
  Files        1369     1371       +2     
  Lines       57888    57951      +63     
  Branches     7206     7211       +5     
==========================================
+ Hits        50632    50693      +61     
- Misses       7088     7090       +2     
  Partials      168      168              

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