abhishekagarwal87 opened a new pull request, #18571: URL: https://github.com/apache/druid/pull/18571
As of now, if historical has already started streaming results and run into an error after that, we see a json parser exception on broker since the response is truncated. This PR adds an option where the said exception is serialized as a row, leaving caller to decide how to distinguish the error row from a genuine result row. Only if the caller has such ability, it should set the option in query context. -- 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]
