paul-rogers opened a new pull request #2017: DRILL-7632: Improve user exception formatting URL: https://github.com/apache/drill/pull/2017 # [DRILL-7632](https://issues.apache.org/jira/browse/DRILL-7632): Improve user exception formatting ## Description Modifies user exception to insert a colon between the "context" title and value. Old style: ``` My Context value ``` Revised: ``` My Context: value ``` Some code already added their own colons. So, the fix removes any existing colon before adding its own. ## Documentation If the documentation shows exception output, and those exceptions contain context, then the format of that exception will change and such examples should be updated. ## Testing Reran the full unit tests.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
