Tim Armstrong has posted comments on this change. Change subject: Infomation_schema (preview for frontend) ......................................................................
Patch Set 6: Could you run clang-format on the backend to clean up the formatting? If you get .clang_format from https://gerrit.cloudera.org/#/c/3886/ and add these directories to your path: export PATH=$IMPALA_TOOLCHAIN/llvm-3.8.0-p1/bin:$IMPALA_TOOLCHAIN/llvm-3.8.0-p1/share/clang/:$PATH Then you can run this command to reformat your last commit: git diff -U0 HEAD^ | clang-format-diff.py -i -p1 -- To view, visit http://gerrit.cloudera.org:8080/3863 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I7adbeb45220c468e43b424d70c30b952f6cec2cd Gerrit-PatchSet: 6 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Kathy Sun <[email protected]> Gerrit-Reviewer: Kathy Sun <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-HasComments: No
