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

Move CopyRel to query processing pipeline #1990

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Move CopyRel to query processing pipeline #1990

merged 1 commit into from
Sep 6, 2023

Conversation

ray6080
Copy link
Contributor

@ray6080 ray6080 commented Sep 5, 2023

No description provided.

@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

Patch coverage: 96.13% and no project coverage change.

Comparison is base (b7b10b0) 89.85% compared to head (21d0346) 89.85%.
Report is 1 commits behind head on master.

❗ Current head 21d0346 differs from pull request most recent head af05d5f. Consider uploading reports for the commit af05d5f to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1990   +/-   ##
=======================================
  Coverage   89.85%   89.85%           
=======================================
  Files         882      882           
  Lines       32652    32554   -98     
=======================================
- Hits        29341    29253   -88     
+ Misses       3311     3301   -10     
Files Changed Coverage Δ
src/include/binder/binder.h 100.00% <ø> (ø)
src/include/catalog/property.h 96.00% <ø> (ø)
src/include/common/copier_config/copier_config.h 100.00% <ø> (ø)
src/include/common/exception.h 80.00% <ø> (ø)
src/include/common/vector/value_vector.h 100.00% <ø> (ø)
...clude/processor/operator/persistent/reader_state.h 92.30% <ø> (ø)
src/include/processor/operator/physical_operator.h 100.00% <ø> (ø)
src/include/processor/physical_plan.h 100.00% <ø> (ø)
src/include/processor/plan_mapper.h 100.00% <ø> (ø)
src/include/storage/copier/table_copy_utils.h 0.00% <ø> (ø)
... and 48 more

... and 10 files with indirect coverage changes

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

@ray6080 ray6080 force-pushed the node-group branch 2 times, most recently from 79ac274 to 1a75569 Compare September 5, 2023 14:07
@ray6080 ray6080 marked this pull request as ready for review September 5, 2023 14:07
examples/cpp/main.cpp Outdated Show resolved Hide resolved
src/binder/bind/bind_copy.cpp Show resolved Hide resolved
src/common/exception.cpp Show resolved Hide resolved
src/include/binder/copy/bound_copy_from.h Outdated Show resolved Hide resolved
src/include/binder/copy/bound_copy_from.h Outdated Show resolved Hide resolved
src/processor/operator/index_lookup.cpp Show resolved Hide resolved
@ray6080 ray6080 merged commit bf7414f into master Sep 6, 2023
10 checks passed
@ray6080 ray6080 deleted the node-group branch September 6, 2023 12:26
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

3 participants