KazydubB commented on a change in pull request #1455: DRILL-6724: Dump operator
context to logs when error occurs during query execution
URL: https://github.com/apache/drill/pull/1455#discussion_r220261501
##########
File path:
common/src/main/java/org/apache/drill/common/exceptions/UserExceptionContext.java
##########
@@ -141,7 +141,7 @@ String generateContextMessage(boolean
includeErrorIdAndIdentity, boolean include
}
if (includeSeeLogsMessage) {
- sb.append("Please, refer to logs for more information.\n");
+ sb.append("\nPlease, refer to logs for more information.\n");
Review comment:
Done.
----------------------------------------------------------------
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