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

Re-organize projection planner #1898

Merged
merged 1 commit into from
Aug 6, 2023
Merged

Conversation

andyfengHKU
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Aug 6, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.04% ⚠️

Comparison is base (b03de04) 89.71% compared to head (af0760a) 89.67%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1898      +/-   ##
==========================================
- Coverage   89.71%   89.67%   -0.04%     
==========================================
  Files         854      859       +5     
  Lines       30976    30975       -1     
==========================================
- Hits        27789    27777      -12     
- Misses       3187     3198      +11     
Files Changed Coverage Δ
src/include/planner/query_planner.h 100.00% <100.00%> (ø)
src/planner/join_order/append_extend.cpp 95.28% <100.00%> (ø)
src/planner/plan/append_aggregate.cpp 100.00% <100.00%> (ø)
src/planner/plan/append_limit.cpp 100.00% <100.00%> (ø)
src/planner/plan/append_multiplicity_reducer.cpp 100.00% <100.00%> (ø)
src/planner/plan/append_order_by.cpp 100.00% <100.00%> (ø)
src/planner/plan/append_projection.cpp 100.00% <100.00%> (ø)
src/planner/plan/append_skip.cpp 100.00% <100.00%> (ø)
src/planner/plan/plan_projection.cpp 100.00% <100.00%> (ø)
src/planner/query_planner.cpp 93.52% <100.00%> (ø)

... and 4 files with indirect coverage changes

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

@andyfengHKU andyfengHKU merged commit 0d1e3b8 into master Aug 6, 2023
10 checks passed
@andyfengHKU andyfengHKU deleted the reorg-projection-planner branch August 6, 2023 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants