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 fix #1607

Merged
merged 1 commit into from
Jun 2, 2023
Merged

Recursive join fix #1607

merged 1 commit into from
Jun 2, 2023

Conversation

andyfengHKU
Copy link
Contributor

Add table id pruning for recursive join

@andyfengHKU andyfengHKU requested a review from ray6080 June 1, 2023 21:48
@codecov
Copy link

codecov bot commented Jun 2, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (9739613) 91.94% compared to head (0b3a3a4) 91.95%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1607   +/-   ##
=======================================
  Coverage   91.94%   91.95%           
=======================================
  Files         705      705           
  Lines       25640    25654   +14     
=======================================
+ Hits        23575    23589   +14     
  Misses       2065     2065           
Impacted Files Coverage Δ
...de/processor/operator/recursive_extend/bfs_state.h 100.00% <100.00%> (ø)
...ocessor/operator/recursive_extend/recursive_join.h 100.00% <100.00%> (ø)
src/processor/mapper/map_extend.cpp 94.44% <100.00%> (+0.10%) ⬆️
...sor/operator/recursive_extend/frontier_scanner.cpp 100.00% <100.00%> (ø)
...essor/operator/recursive_extend/recursive_join.cpp 100.00% <100.00%> (ø)
...e/in_mem_storage_structure/in_mem_column_chunk.cpp 80.26% <100.00%> (ø)
src/storage/storage_structure/in_mem_file.cpp 82.88% <100.00%> (+0.07%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@andyfengHKU andyfengHKU merged commit 5b10a0f into master Jun 2, 2023
8 checks passed
@andyfengHKU andyfengHKU deleted the recursive-join-fix branch June 2, 2023 15:42
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