Open mihaibudiu opened 2 months ago
JSON will be supported in SQL through a VARIANT data type inspired by the design in Snowflake: https://docs.snowflake.com/en/sql-reference/data-types-semistructured
Calcite PR with variant support submitted for review: https://github.com/apache/calcite/pull/3947 We can start already building on our side. The most complicated will be runtime support in Rust.
See #2453
JSON will be supported in SQL through a VARIANT data type inspired by the design in Snowflake: https://docs.snowflake.com/en/sql-reference/data-types-semistructured