duckdb_iceberg
duckdb_iceberg copied to clipboard
Add support for reading VARIANT columns
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.