troywinter commented on issue #6848: URL: https://github.com/apache/incubator-pinot/issues/6848#issuecomment-827332169
> Pinot should be able to fill the default value. Not sure what has caused the exception. > Can you please share the table config and schema? Have you configured any record transform function? ``` "ingestionConfig": { "transformConfigs": [ { "columnName": "is_whale_test", "transformFunction": "Groovy({group_name ==~ /^.*whale_test.*$/ ? 1 : 0}, group_name)" } ] }, ``` here is the transform config, I don't think the exception is from transform stage, from the code structure, it could be caused in the index function call, like when cast to some type, in my case, `group_name` is always present in any message. -- 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