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

Infer COPY TO format from file extension #2722

Merged
merged 2 commits into from
Dec 3, 2021

Conversation

Mytherin
Copy link
Collaborator

@Mytherin Mytherin commented Dec 2, 2021

Infer COPY TO format from the file extension if none is specified, (see #2715):

COPY integers TO 'integers.parquet'; -- FORMAT PARQUET
COPY integers TO 'integers.csv'; -- FORMAT CSV

@Mytherin Mytherin linked an issue Dec 2, 2021 that may be closed by this pull request
2 tasks
@Mytherin Mytherin changed the title Infer COPY TO format Infer COPY TO format from file extension Dec 2, 2021
@Mytherin Mytherin merged commit 326068d into duckdb:master Dec 3, 2021
@Mytherin Mytherin deleted the infercopyformat branch December 3, 2021 14:23
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.

copy to parquet.zst and parquet file fail. copy to csv.zst is ok.
1 participant