Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/1139#discussion_r171308023
--- Diff:
protocol/src/main/java/org/apache/drill/exec/proto/UserProtos.java ---
@@ -5798,6 +5798,34 @@ public static UserToBitHandshake
getDefaultInstance() {
public UserToBitHandshake getDefaultInstanceForType() {
return defaultInstance;
}
+ public String safeLogString() {
--- End diff --
You cannot add custom methods to proto buffers. Also consider using tabs
instead of multiple spaces.
Please add to Jira example how log files looked before your changes and
after.
---