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:
   
   ![Screenshot 2023-02-21 at 9 40 17 
AM](https://user-images.githubusercontent.com/109560870/220419676-aaf1bb24-95d7-4157-97df-b4c2007d2a8e.png)
   


-- 
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

Reply via email to