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: [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]