Hello Marton Greber, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/23063
to look at the new patch set (#4).
Change subject: [thrift] Suppress Thrift warnings using -nowarn option
......................................................................
[thrift] Suppress Thrift warnings using -nowarn option
Instead of modifying the .thrift file or redirecting output via shell,
this change uses the officially supported `-nowarn` flag to suppress
non-critical warnings emitted by the Thrift compiler, such as:
[WARNING:/data/code/kudu/src/kudu/hms/hive_metastore.thrift:2184]
No field key specified for o2, resulting protocol may have conflicts
or not be backwards compatible!
This warning originates from `hive_metastore.thrift`, which is
copied from the Apache Hive project and should not be modified for
compatibility reasons.
Using `-nowarn` keeps build logs clean without affecting generate
code.
Change-Id: Ifdb8b650f9b8ed1cdea9dd0cf1a80ef264ccc7d7
---
M cmake_modules/FindThrift.cmake
1 file changed, 8 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/63/23063/4
--
To view, visit http://gerrit.cloudera.org:8080/23063
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ifdb8b650f9b8ed1cdea9dd0cf1a80ef264ccc7d7
Gerrit-Change-Number: 23063
Gerrit-PatchSet: 4
Gerrit-Owner: KeDeng <[email protected]>
Gerrit-Reviewer: KeDeng <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>