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

Add copy from subquery #3020

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Add copy from subquery #3020

merged 1 commit into from
Mar 12, 2024

Conversation

andyfengHKU
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Mar 11, 2024

Codecov Report

Attention: Patch coverage is 98.66221% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 93.31%. Comparing base (0c26056) to head (bdd650e).

Files Patch % Lines
src/planner/plan/plan_copy.cpp 93.10% 2 Missing ⚠️
src/binder/bind/bind_file_scan.cpp 96.96% 1 Missing ⚠️
src/include/parser/scan_source.h 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3020      +/-   ##
==========================================
+ Coverage   93.28%   93.31%   +0.02%     
==========================================
  Files        1128     1129       +1     
  Lines       42947    43068     +121     
==========================================
+ Hits        40062    40187     +125     
+ Misses       2885     2881       -4     

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

test/test_files/tinysnb/copy/copy_from.test Show resolved Hide resolved
src/include/planner/operator/scan/logical_scan_file.h Outdated Show resolved Hide resolved
src/include/parser/scan_source.h Outdated Show resolved Hide resolved
@ray6080
Copy link
Contributor

ray6080 commented Mar 11, 2024

Can you open an issue on removing full materialization and assign it to me? Thanks.

@andyfengHKU andyfengHKU merged commit 7a3ff60 into master Mar 12, 2024
16 checks passed
@andyfengHKU andyfengHKU deleted the copy-from-subquery branch March 12, 2024 20:57
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.

3 participants