ArroyoSystems / arroyo

Distributed stream processing engine in Rust
https://arroyo.dev
Apache License 2.0
3.67k stars 206 forks source link

Fix regression in raw_json schema conversion #616

Closed mwylde closed 5 months ago

mwylde commented 5 months ago

Now that JSON is stored as a DataType::UTF8 with an extension type of JSON, we need to take into account the extension type when doing the conversion between arroyo source types and arrow types.