gortiz commented on PR #11673: URL: https://github.com/apache/pinot/pull/11673#issuecomment-1734118013
> what's the difference between "json null literal" vs. "java null literal"? a simple example could help here. thanks! 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()). Meanwhile java null is the typical null we use in Java. -- 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]
