Skip to content

Partitioned Writes #60

@eitsupi

Description

@eitsupi

It seems to crash when I try to write to with partition.

DuckDB v1.4.2 (Andium) 68d7555f68
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
D CREATE TABLE t1 AS SELECT 42 AS i, 84 AS j;
D load vortex; copy t1 to 't1' (format vortex, partition_by (i));
fish: Job 1, '~/.duckdb/cli/latest/duckdb' terminated by signal SIGSEGV (Address boundary error)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions