Vamsi-klu commented on PR #19088: URL: https://github.com/apache/pinot/pull/19088#issuecomment-5642791034
@noob-se7en _continueOnError is wired on the current head for index(), updateDictionary(), and addNewRow(). When the flag is false, we still finish the physical row so column lengths stay aligned, then rethrow. When it is true, we record the incomplete row and keep consuming. Apache CI is still running on this head. Unit, integration, and compat jobs are pending, so I am not calling it green yet. -- 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]
