Henry Robinson has posted comments on this change. Change subject: IMPALA-3734: C++11 - Replace boost:shared_ptr with std:: equivalent ......................................................................
Patch Set 1: (3 comments) http://gerrit.cloudera.org:8080/#/c/3563/1/be/src/rpc/thrift-server.cc File be/src/rpc/thrift-server.cc: Line 94: virtual void* createContext(boost::shared_ptr<TProtocol> input, boost::shared_ptr<TProtocol> output); > long line Done Line 221: void* ThriftServer::ThriftServerEventProcessor::createContext(boost::shared_ptr<TProtocol> input, > long line Done http://gerrit.cloudera.org:8080/#/c/3563/1/be/src/service/impala-server.h File be/src/service/impala-server.h: Line 830: typedef boost::unordered_map<TUniqueId, std::shared_ptr<SessionState>> > single line Done -- To view, visit http://gerrit.cloudera.org:8080/3563 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6b52ec7167999d6ac1d1c56a0ee9cef52dc1615e Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Henry Robinson <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-HasComments: Yes
