Jackie-Jiang opened a new issue, #16316: URL: https://github.com/apache/pinot/issues/16316
When `MutableSegmentImpl.index()` encounters exception, some columns' dictionary/forward index might already be updated while others are not. This will leave segment in a corrupted state, and eventually fail the segment creation when sealing the segment. 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. -- 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]
