vvysotskyi commented on pull request #2129: URL: https://github.com/apache/drill/pull/2129#issuecomment-748252125
Check for regenerating protobufs except for the error itself, also prints the **git diff** for changes that should be done, so its output may be **copied and applied as a patch**. For example, in IntelliJ IDEA, there is enough to copy it to the clipboard and run _Git -> Patch -> Apply patch from the clipboard_. For the case of regular git usage, it's content may be saved to a file and applied using the following command: ``` git apply file_with_patch.patch ``` The patch in output starts with the following entry: `diff --git` ---------------------------------------------------------------- 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]
