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 f26fa17 [tools] add --row_count_only and --report_scanner_stats flags
new 5f84518 [tools] tooling to set/clear table comments
new bb51294 [iwyu] modernize stdlib/stdint header files
The 2 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/bitshuffle_arch_wrapper.cc | 2 +-
src/kudu/cfile/bitshuffle_arch_wrapper.h | 4 +-
src/kudu/cfile/block_encodings.h | 3 +-
src/kudu/client/resource_metrics-internal.h | 2 +-
src/kudu/client/stubs.h | 3 +-
src/kudu/client/value.h | 2 +
src/kudu/client/write_op.h | 2 +
src/kudu/common/iterator_stats.h | 2 +-
src/kudu/fs/block_manager-test.cc | 3 +-
src/kudu/integration-tests/registration-test.cc | 3 +-
.../integration-tests/ts_tablet_manager-itest.cc | 3 +-
src/kudu/subprocess/subprocess_protocol.cc | 6 +--
src/kudu/tools/kudu-tool-test.cc | 48 ++++++++++++++++++++++
src/kudu/tools/tool_action_table.cc | 34 +++++++++++++++
src/kudu/tserver/tablet_copy_client-test.cc | 3 +-
src/kudu/tserver/tablet_server-test.cc | 2 +-
.../tserver/tablet_server_authorization-test.cc | 6 +--
src/kudu/util/bit-util.h | 5 +--
src/kudu/util/crc.h | 4 +-
src/kudu/util/decimal_util.h | 2 +-
src/kudu/util/jsonwriter-test.cc | 2 +-
src/kudu/util/malloc.h | 2 +-
src/kudu/util/safe_math-test.cc | 2 +-
23 files changed, 113 insertions(+), 32 deletions(-)