MaterializeInc / materialize

The Cloud Operational Data Store: use SQL to transform, deliver, and act on fast-changing data.
https://materialize.com
Other
5.72k stars 466 forks source link

Implement `avro_decode` #14133

Open umanwizard opened 2 years ago

umanwizard commented 2 years ago

Feature request

We want a function avro_decode(data, reader_schema, writer_schema) that allows the user to decode arbitrary avro values in the data.

This is weird/hard for a few reasons:

chuck-alt-delete commented 1 year ago

Should be relevant -- ksqlDB has a WITH option that allows users to specify schema registry schema ID. We could do something similar, but we would have to include a schema registry connection.