-
Notifications
You must be signed in to change notification settings - Fork 161
DuckDB support for vortex Variant #8115
Copy link
Copy link
Open
Labels
ext/duckdbRelates to the DuckDB integrationRelates to the DuckDB integrationtracking-issueShared implementation context for work likely to span multiple PRs.Shared implementation context for work likely to span multiple PRs.
Metadata
Metadata
Assignees
Labels
ext/duckdbRelates to the DuckDB integrationRelates to the DuckDB integrationtracking-issueShared implementation context for work likely to span multiple PRs.Shared implementation context for work likely to span multiple PRs.
Type
Fields
Give feedbackNo fields configured for issues without a type.
This is a tracking issue for adding support for the Variant type in the Vortex extension for DuckDB
Motivation
Variant is useful, and DuckDB already has support for it in Parquet and in its own storage format.
Design
DuckDB has its own Variant encoding, we should be able to either store it or convert another encoding into it efficiently at runtime.
DuckDB already includes logic of converting a ParquetVariant array into their internal format, which we might want to re-use or re-implement.