vlsi opened a new pull request #1042: Avoid use of new RuntimeException(e) in tests URL: https://github.com/apache/calcite/pull/1042 `new RuntimeException(e)` adds very little info in tests, and it makes stacktraces harder to read. So it makes sense to just sneaky-throw in those cases, especially for test purposes.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
