You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2020/12/18 18:42:04 UTC

[GitHub] [drill] vvysotskyi edited a comment on pull request #2129: DRILL-7823 - Add XML Format Plugin

vvysotskyi edited a comment 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` (the first occurrence)


----------------------------------------------------------------
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:
users@infra.apache.org