Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19818 )
Change subject: IMPALA-12059: Deduplicate and filter warnings from Thrift compilation ...................................................................... IMPALA-12059: Deduplicate and filter warnings from Thrift compilation This wraps Thrift compilation commands with the bin/thrift-quiet-wrapper.sh shell script. This script runs the Thrift compilation command, collecting the output. If the command fails, it dumps the output as-is. If the command succeeds, it deduplicates the warnings and filters out a couple warnings that we have no intention of fixing. Testing: - Ran "make gen-deps" on a clean build and verified that the Thrift warnings are deduplicated and filtered - Modified a Thrift file and verified errors are printed as-is. Change-Id: I7b912ac3d57d1a51e957889b5798dc05d156a3d0 Reviewed-on: http://gerrit.cloudera.org:8080/19818 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- A bin/thrift-quiet-wrapper.sh M common/thrift/CMakeLists.txt 2 files changed, 66 insertions(+), 9 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/19818 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I7b912ac3d57d1a51e957889b5798dc05d156a3d0 Gerrit-Change-Number: 19818 Gerrit-PatchSet: 6 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
