Open kposborne opened 2 months ago
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
This is easily reproducible by using https://csvfiddle.io/ with any CSV
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