Skip to content

Arrow datatype Extension("arrow.json", Utf8, Some("")) not supported by Polars exception #13967

@OneCyrus

Description

@OneCyrus

What happens?

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?

  • Yes, I have

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions