FrankChen021 commented on pull request #12026: URL: https://github.com/apache/druid/pull/12026#issuecomment-988067555
@kfaraz My opinion is that we should use exception-thrown style instead of returning statement. The reason I keep a `toResponse` function to return a `Response` object is that there're lots of code using returning statement, and to change them all will introduce a burden of test. -- 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]
