We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When executing a "COPY" statement to export to a file, a warning is logged, e.g. Buffering missing file: orders.json
Buffering missing file: orders.json
In this scenario, it is expected for the file to be missing, as it should be created by the query, so I don't think it should log as a warning.
Execute a copy command which writes to a file
Chrome
Macbook Pro
1.28.1-dev271.0
duckdb_wasm
Kyle Osborne
Ascend.io
The text was updated successfully, but these errors were encountered:
This is easily reproducible by using https://csvfiddle.io/ with any CSV
Sorry, something went wrong.
No branches or pull requests
What happens?
When executing a "COPY" statement to export to a file, a warning is logged, e.g.
Buffering missing file: orders.json
In this scenario, it is expected for the file to be missing, as it should be created by the query, so I don't think it should log as a warning.
To Reproduce
Execute a copy command which writes to a file
Browser/Environment:
Chrome
Device:
Macbook Pro
DuckDB-Wasm Version:
1.28.1-dev271.0
DuckDB-Wasm Deployment:
duckdb_wasm
Full Name:
Kyle Osborne
Affiliation:
Ascend.io
The text was updated successfully, but these errors were encountered: