jugomezv opened a new issue, #10316: URL: https://github.com/apache/pinot/issues/10316
There seems to be some issues in the code path that ingest JSON data for REALTIME tables. If data like the following gets ingested from Kafka: "EvaluationResult" : { "AssertionEvaluationResult" : { "summary" : { "passed" : 0, "failed" : 0, "warned" : 0, "overallStatus" : "XXXX" }, "evaluatedAssertions" : [ ] } } The nested empty array gets turned into a NULL in pinot DB, expected behavior would be we get an empty array in Pinot:  -- 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: commits-unsubscr...@pinot.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org