generated from duckdb/extension-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels