Hello Quanlong Huang, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/19818
to look at the new patch set (#3).
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
---
A bin/thrift-quiet-wrapper.sh
M common/thrift/CMakeLists.txt
2 files changed, 65 insertions(+), 9 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/18/19818/3
--
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: newpatchset
Gerrit-Change-Id: I7b912ac3d57d1a51e957889b5798dc05d156a3d0
Gerrit-Change-Number: 19818
Gerrit-PatchSet: 3
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]>