This is an automated email from the ASF dual-hosted git repository.
alexey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git
from a0c0c44b9 [java] allow adding CA certs to the client's trust chain
new 24797ffd3 [cfile] replace BlockPointer::Equals() with operator==()
new 99132b09c [rpc] replace UserCredentials::Equals() with operator==()
new a10b94917 [rpc] replace ConnectionId::Equals() with operator==()
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/kudu/cfile/block_pointer.h | 46 +++++++++++++++++++++-------------------
src/kudu/cfile/bloomfile.cc | 2 +-
src/kudu/cfile/cfile-test.cc | 4 +---
src/kudu/cfile/index_btree.cc | 1 -
src/kudu/rpc/connection_id.cc | 6 +++---
src/kudu/rpc/connection_id.h | 7 ++++--
src/kudu/rpc/user_credentials.cc | 6 +-----
src/kudu/rpc/user_credentials.h | 10 +++++++--
8 files changed, 43 insertions(+), 39 deletions(-)