Jackie-Jiang commented on PR #14396: URL: https://github.com/apache/pinot/pull/14396#issuecomment-2474909656
@KKcorps when `stopOnError` is set to `true`, the record reader will stop parsing when encountering error, and return `false` in `hasNext()`. When it is not set, `hasNext()` will return `true`, and `getNext()` will throw the exception, which can be handled by the index creator to either abort, or fill default value and continue when `continueOnError` is set. -- 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: commits-unsubscr...@pinot.apache.org 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