Skip to content

Commit 149d652

Browse files
committed
Duckdb missing piece
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent e6b3873 commit 149d652

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • vortex-duckdb/src/exporter

vortex-duckdb/src/exporter/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ fn new_array_exporter_with_flatten(
180180
}
181181
vortex_bail!("no non-temporal extension exporter")
182182
}
183+
Canonical::Variant(_) => {
184+
vortex_bail!("Variant arrays can't be exported to DuckDB")
185+
}
183186
}
184187
}
185188

0 commit comments

Comments
 (0)