all-things-risingwave
What happens when a nested JSON property is missing in a query for ingesting events from Kafka in Materialize?
Can Yavuz wants to know the behavior of a query when a nested JSON property is missing in the source event in Materialize. Martin mentions that null
will be filled in as default without producing errors. Can Yavuz explicitly states that he does not want any alerting messages for missing fields to avoid log spam.
Ca
Can Yavuz
Asked on Sep 12, 2023
- When a nested JSON property is missing in the source event in Materialize,
null
will be filled in as the default value. - No errors will be produced in such cases.
- Can Yavuz explicitly mentions that he does not want any alerting messages for missing fields to avoid log spam.
Sep 12, 2023Edited by