klsince commented on PR #11673: URL: https://github.com/apache/pinot/pull/11673#issuecomment-1734124920
> In Jackson, the null json value is represented as an instance of JsonNode which returns true for [JsonNode.isNull()](https://fasterxml.github.io/jackson-databind/javadoc/2.7/com/fasterxml/jackson/databind/JsonNode.html#isNull()). Got it! Just wondering for json_format(), what kind of user input could lead to a JsonNode.isNull()? Would a "null" string value result in a JsonNode that's isNull()? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
