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 support to copy multiple csv files #1363

Merged
merged 1 commit into from
Mar 10, 2023
Merged

Conversation

acquamarin
Copy link
Collaborator

@acquamarin acquamarin commented Mar 9, 2023

Feature: copy multiple csv files into table

1. New grammar rule for copying files:

a. Copy from single file: copy person from "person.csv"
b. Copy from multiple files: copy person from ["person1.csv", "person2.csv"]

2. Note:

Copy from multiple parquet/arrow is still not supported.

@acquamarin acquamarin force-pushed the copy-multiple-files branch 2 times, most recently from 738c133 to 5b34b40 Compare March 9, 2023 10:37
src/common/copier_config/copier_config.cpp Outdated Show resolved Hide resolved
src/storage/copy_arrow/copy_structures_arrow.cpp Outdated Show resolved Hide resolved
src/storage/copy_arrow/copy_node_arrow.cpp Outdated Show resolved Hide resolved
src/include/storage/copy_arrow/copy_structures_arrow.h Outdated Show resolved Hide resolved
src/include/storage/copy_arrow/copy_rel_arrow.h Outdated Show resolved Hide resolved
src/storage/copy_arrow/copy_node_arrow.cpp Outdated Show resolved Hide resolved
src/storage/copy_arrow/copy_structures_arrow.cpp Outdated Show resolved Hide resolved
src/storage/copy_arrow/copy_structures_arrow.cpp Outdated Show resolved Hide resolved
@acquamarin acquamarin merged commit 247748c into master Mar 10, 2023
@acquamarin acquamarin deleted the copy-multiple-files branch March 10, 2023 12:38
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