feldera / feldera

The Feldera Incremental Computation Engine
https://feldera.com
Other
715 stars 46 forks source link

[SQL] JSON support #2401

Open mihaibudiu opened 2 months ago

mihaibudiu commented 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

mihaibudiu commented 2 months ago

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.

mihaibudiu commented 1 month ago

See #2453