Open
Description
What happens?
Executing twice the same request, after reloading the shell page, yields an error.
To Reproduce
in https://shell.duckdb.org/, execute :
FROM 'https://static.data.gouv.fr/resources/communes-2023-format-parquet/20240122-085355/communes2023.parquet'
SELECT codgeo WHERE epci = '200039865' ;
then reload the browser and execute that same query again.
On windows and with Chrome or Edge, i get:
Invalid Error: TProtocolException: Invalid data
codgeo
column, which is also the first of the dataset, seems to be responsible.
With Firefox, no issue.
OS:
Win11
DuckDB Version:
10.0.0
DuckDB Client:
shell wasm1.28.1-dev159.0
Full Name:
eric mauviere
Affiliation:
icem7
Have you tried this on the latest nightly build?
I have tested with a nightly build
Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
- Yes, I have
Metadata
Metadata
Assignees
Labels
No labels