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

\copy is not working #84

Open
dpxcc opened this issue Jan 16, 2025 · 0 comments
Open

\copy is not working #84

dpxcc opened this issue Jan 16, 2025 · 0 comments
Labels
feature good first issue Good for newcomers

Comments

@dpxcc
Copy link
Contributor

dpxcc commented Jan 16, 2025

What feature are you requesting?

\copy hits_moon FROM 'hits.tsv';
ERROR:  columnstore_slot_callbacks not implemented
CONTEXT:  COPY hits_moon, line 0

Why are you requesting this feature?

\copy is useful to load data from client-side

What is your proposed implementation for this feature?

Currently, \copy invokes COPY ... FROM STDIN which DuckDB doesn't support
Prob execute \copy by first uploading the file from client to server, then run regular COPY

@dpxcc dpxcc added feature good first issue Good for newcomers labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant