You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with duckdb 1.1.0 I get the following error when selecting over a json file. multiple different json files. also some json files work.
pyo3_runtime.PanicException: Arrow datatype Extension("arrow.json", Utf8, Some("")) not supported by Polars. You probably need to activate that data-type feature.
with duckdb 1.0.0 everything works fine
To Reproduce
import duckdb
duckdb.sql("SELECT unnest(entry, recursive := true) FROM read_json_auto('test.json', filename=true)").pl()
OS:
Ubuntu 22.04
DuckDB Version:
1.1.0
DuckDB Client:
Python
Hardware:
No response
Full Name:
Daniel Gut
Affiliation:
Aveniq
What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have tested with a stable release
Did you include all relevant data sets for reproducing the issue?
No - I cannot share the data sets because they are confidential
Did you include all code required to reproduce the issue?
Yes, I have
Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?