Hello Kudu Jenkins,

I'd like you to reexamine a change.  Please visit

    http://gerrit.cloudera.org:8080/3233

to look at the new patch set (#9).

Change subject:  fix compile error when compiling column_predicate-test.cc
......................................................................

fix compile error when compiling column_predicate-test.cc

In env : boost 1.57, centos 6.5, it will fail when compiling
column_predicate-test.cc.
Specific error messages:
"gtest-printers.h:245: undefined reference to `std::basic_ostream<char,
std::char_traits<char>>& boost::operator<< <char,std::char_traits<char>
,kudu::ColumnPredicate>>(std::basic_ostream<char,
std::char_traits<char>>&, boost::optional<kudu::ColumnPredicate> const&)`"

Adding optional_io.hpp into column_predicate.h get another compile error:
"operator<<: cannot bind lvalue to 'std::basic_ostream<char>&&'"
write a boost:operator<< in column_predicate.cc , compile succeed.

Change-Id: I6f9a9634eeccd86616be80b004ecce596155bb57
---
M src/kudu/common/column_predicate.cc
M src/kudu/common/column_predicate.h
2 files changed, 25 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/33/3233/9
-- 
To view, visit http://gerrit.cloudera.org:8080/3233
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6f9a9634eeccd86616be80b004ecce596155bb57
Gerrit-PatchSet: 9
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: song bruce zhang <zsyuyizh...@gmail.com>
Gerrit-Reviewer: Adar Dembo <a...@cloudera.com>
Gerrit-Reviewer: Dan Burkert <d...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: song bruce zhang <zsyuyizh...@gmail.com>

Reply via email to