Thomas Tauber-Marshall has uploaded a new patch set (#2). Change subject: Include-what-you-use for Kudu client ......................................................................
Include-what-you-use for Kudu client A recent commit in Kudu removed some unnecessary includes from Kudu client headers to reduce compile times. We were implicitly relying on those includes, so before we upgrade to a newer version of the client we need to make the includes explicit on our side to avoid breaking compilation. Change-Id: Ibd041b783a9b7764f4b251291e0be5ed000485ce --- M be/src/exec/kudu-table-sink.cc M be/src/exec/kudu-util.cc M be/src/exprs/kudu-partition-expr.h 3 files changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/72/7872/2 -- To view, visit http://gerrit.cloudera.org:8080/7872 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ibd041b783a9b7764f4b251291e0be5ed000485ce Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]>
