troywinter opened a new issue #6848: URL: https://github.com/apache/incubator-pinot/issues/6848
We are getting `Caught exception while transforming the record:` when ingesting json data from kafka, it will throw `java.lang.ClassCastException: null` and no stack trace will be printed. The problem from json record is, json payload is not providing full columns from schema, some columns are missing, in this situation, if pinot is getting an value from GenericRow, it will be null, then add that row to index, it probably will cast a null value. This situation should be properly handled if payload is missing a column, it should be filled with column's default value. -- 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. 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