Skip to content

DuckDB crushes with error thread '<unnamed>' panicked at vortex-duckdb/src/convert/dtype.rs:156:46: on complex JSON lines files #71

Description

@ivbeg

Fails with error "thread '' panicked at vortex-duckdb/src/convert/dtype.rs:156:46:
not yet implemented" on many JSON lines files.

Reproduction steps:

INSTALL vortex;
LOAD vortex;
copy (select * from 'data.jsonl') to 'data.vortex' (FORMAT vortex);

Causes duckdb to crush and immediately exit to OS.

Example data file attached data.jsonl.gz

Configuration

  • DuckDB version 1.4.1
  • OS: MacOSX

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions