Materialize v0.71
v0.71.0
Sources and sinks
- Support using the new
NULL DEFAULTS
option in Avro-formatted Kafka sinks. When specified, this option will generate an Avro schema where every nullable field has a default ofNULL
.
SQL
- Add the
EXPLAIN CREATE { MATERIALIZED VIEW | INDEX }
syntax options, which allow exploring what plan Materialize would create if one were to re-create the object with the current catalog state.