This looks like a potentially long-standing bug uncovered by NullAway in #7575. Some of the write* methods can return null and that will be included in the produced JSON as is. I have a fix to filter out nulls before producing the JSON, but I want to look into why this hasn't been caught before and how it is handled by Humio.
This looks like a potentially long-standing bug uncovered by NullAway in #7575. Some of the write* methods can return null and that will be included in the produced JSON as is. I have a fix to filter out nulls before producing the JSON, but I want to look into why this hasn't been caught before and how it is handled by Humio.