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 0ade8c6 KUDU-3297 fix Thrift client used for HMS integration
new 3ccc434 [tool] Add a '-list_statistics' flag to the 'kudu table list'.
new 4aef722 KUDU-3330 Define operator<< for MonoTime
new 96aa6ee [mvcc] avoid copying in AnyApplyingAtOrBeforeUnlocked()
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/client/client.cc | 30 ++++++++++++++++++++++++++++++
src/kudu/client/client.h | 18 ++++++++++++++++++
src/kudu/master/catalog_manager.cc | 7 +++++++
src/kudu/master/master.proto | 3 +++
src/kudu/tablet/mvcc.cc | 2 +-
src/kudu/tools/kudu-tool-test.cc | 29 ++++++++++++++++++++++++++++-
src/kudu/tools/tool_action_table.cc | 19 +++++++++++++++----
src/kudu/util/monotime.cc | 8 ++++++++
src/kudu/util/monotime.h | 16 ++++++++++++++++
9 files changed, 126 insertions(+), 6 deletions(-)