noob-se7en commented on issue #16316: URL: https://github.com/apache/pinot/issues/16316#issuecomment-5442953209
> The proper way to handle this is to capture the exception, but continue finishing the entire row. When the input value cannot be determined (e.g. got exception during value transform), we need to fill some dummy value in order to proceed. @Jackie-Jiang when we hit exception during `MutableSegmentImpl.index()` probably we should add a new config to determine which behaviour to select among: 1. do we want to destroy the entire segment files and return and stop ingestion 2. Fill the errored col val with default and continue the row as usual -- 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]
