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

Recursive join projection push down #2120

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

andyfengHKU
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Sep 30, 2023

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (9783bf4) 89.78% compared to head (2f75870) 89.78%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2120      +/-   ##
==========================================
- Coverage   89.78%   89.78%   -0.01%     
==========================================
  Files         986      986              
  Lines       35563    35628      +65     
==========================================
+ Hits        31932    31989      +57     
- Misses       3631     3639       +8     
Files Coverage Δ
src/binder/bind/bind_updating_clause.cpp 96.26% <100.00%> (+0.05%) ⬆️
src/common/types/types.cpp 92.04% <100.00%> (+0.10%) ⬆️
src/expression_evaluator/path_evaluator.cpp 98.49% <100.00%> (-0.03%) ⬇️
src/include/binder/binder.h 100.00% <100.00%> (ø)
src/include/binder/expression/path_expression.h 100.00% <100.00%> (ø)
src/include/binder/expression/rel_expression.h 100.00% <100.00%> (ø)
src/include/common/types/types.h 100.00% <ø> (ø)
...c/include/parser/query/graph_pattern/rel_pattern.h 100.00% <100.00%> (ø)
...planner/operator/extend/logical_recursive_extend.h 96.00% <100.00%> (ø)
src/include/planner/query_planner.h 100.00% <ø> (ø)
... and 3 more

... and 2 files with indirect coverage changes

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

@andyfengHKU andyfengHKU force-pushed the recursive-join-projection-push-down branch from c15f1b9 to 2f75870 Compare September 30, 2023 13:54
@andyfengHKU andyfengHKU merged commit 23cc7cd into master Sep 30, 2023
10 of 11 checks passed
@andyfengHKU andyfengHKU deleted the recursive-join-projection-push-down branch September 30, 2023 14:16
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