duckdb_iceberg icon indicating copy to clipboard operation
duckdb_iceberg copied to clipboard

Add support for reading VARIANT columns

Open Tishj opened this issue 2 months ago • 0 comments

We add read support for VARIANT with this PR, and upgrade the Spark test dependency to 4.0 so we can generate test data. This produces JSON from the read Variant column for now

NOTE: Bounds deserializing is not implemented in this PR, as I haven't been able to generate any test data with Spark 4.0 that has bounds data written.

Tishj avatar Sep 15 '25 15:09 Tishj