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

Merge operator #1894

Merged
merged 1 commit into from
Aug 6, 2023
Merged

Merge operator #1894

merged 1 commit into from
Aug 6, 2023

Conversation

andyfengHKU
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Aug 6, 2023

Codecov Report

Patch coverage: 94.65% and project coverage change: +0.22% 🎉

Comparison is base (db8866f) 89.47% compared to head (e2c8113) 89.70%.

❗ Current head e2c8113 differs from pull request most recent head 6b008f0. Consider uploading reports for the commit 6b008f0 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1894      +/-   ##
==========================================
+ Coverage   89.47%   89.70%   +0.22%     
==========================================
  Files         849      844       -5     
  Lines       30698    30977     +279     
==========================================
+ Hits        27468    27788     +320     
+ Misses       3230     3189      -41     
Files Changed Coverage Δ
src/include/binder/bound_statement_visitor.h 55.00% <0.00%> (-2.90%) ⬇️
src/include/binder/visitor/property_collector.h 100.00% <ø> (ø)
src/include/optimizer/factorization_rewriter.h 100.00% <ø> (ø)
...include/optimizer/projection_push_down_optimizer.h 100.00% <ø> (ø)
...ical_plan/logical_operator/base_logical_operator.h 90.00% <ø> (ø)
src/include/planner/query_planner.h 100.00% <ø> (ø)
src/include/processor/mapper/plan_mapper.h 100.00% <ø> (ø)
src/include/processor/operator/physical_operator.h 100.00% <ø> (ø)
...nclude/processor/operator/update/insert_executor.h 100.00% <ø> (ø)
...c/include/processor/operator/update/set_executor.h 94.11% <ø> (ø)
... and 36 more

... and 19 files with indirect coverage changes

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

src/binder/bound_statement_visitor.cpp Outdated Show resolved Hide resolved
src/binder/visitor/property_collector.cpp Show resolved Hide resolved
@andyfengHKU andyfengHKU merged commit 68e86ef into master Aug 6, 2023
10 checks passed
@andyfengHKU andyfengHKU deleted the merge-operator branch August 6, 2023 16:46
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