KKcorps opened a new pull request, #9320: URL: https://github.com/apache/pinot/pull/9320
Currently, if there is an exception during data type transform, we simply stop the ingestion and throw the error. The PR introduces a config so that if user sets `useDefaultValueOnError: true` in the tableConfig, we simply use `null` or defaultValue instead of throwing error for the particular column or record. -- 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]
