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

Rework hash join build mapper #1659

Merged
merged 1 commit into from
Jun 11, 2023
Merged

Rework hash join build mapper #1659

merged 1 commit into from
Jun 11, 2023

Conversation

andyfengHKU
Copy link
Contributor

No description provided.

@andyfengHKU andyfengHKU requested a review from ray6080 June 10, 2023 05:58
@codecov
Copy link

codecov bot commented Jun 10, 2023

Codecov Report

Patch coverage: 98.78% and project coverage change: -0.01 ⚠️

Comparison is base (b2c85b2) 91.44% compared to head (fb68844) 91.43%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1659      +/-   ##
==========================================
- Coverage   91.44%   91.43%   -0.01%     
==========================================
  Files         727      726       -1     
  Lines       26375    26362      -13     
==========================================
- Hits        24118    24105      -13     
  Misses       2257     2257              
Impacted Files Coverage Δ
src/include/binder/expression/expression.h 91.66% <ø> (ø)
src/include/processor/mapper/plan_mapper.h 100.00% <ø> (ø)
...ude/processor/operator/hash_join/hash_join_probe.h 100.00% <ø> (ø)
...c/include/processor/operator/intersect/intersect.h 100.00% <ø> (ø)
src/binder/expression/expression.cpp 83.60% <85.71%> (+0.27%) ⬆️
src/include/processor/operator/cross_product.h 100.00% <100.00%> (ø)
...ude/processor/operator/hash_join/hash_join_build.h 100.00% <100.00%> (ø)
...ude/processor/operator/intersect/intersect_build.h 100.00% <100.00%> (ø)
src/include/processor/result/factorized_table.h 96.82% <100.00%> (ø)
src/processor/mapper/map_cross_product.cpp 100.00% <100.00%> (ø)
... and 4 more

☔ 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 139dbe0 into master Jun 11, 2023
8 checks passed
@andyfengHKU andyfengHKU deleted the hash-join-map-rework branch June 11, 2023 19:28
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