This is an automated email from the ASF dual-hosted git repository.

wdberkeley pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.


    from 0f6d33b  rpc: add TCP socket statistics to /rpcz
     new 0afeddf  [tools] Add table scan tool
     new 3047db9  [tools] Describe more table attributes

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/encoding-test.cc                    |   1 -
 src/kudu/client/scanner-internal.h                 |   3 +
 src/kudu/client/schema.cc                          |  11 +-
 src/kudu/common/schema-test.cc                     |   2 +-
 src/kudu/common/schema.cc                          |  24 +-
 src/kudu/common/schema.h                           |  23 +-
 src/kudu/common/types.h                            |   1 +
 src/kudu/tools/CMakeLists.txt                      |   1 +
 src/kudu/tools/kudu-admin-test.cc                  |  79 ++++-
 src/kudu/tools/kudu-tool-test.cc                   | 186 +++++++++-
 src/kudu/tools/table_scanner.cc                    | 380 +++++++++++++++++++++
 .../tools/{tool_test_util.h => table_scanner.h}    |  53 ++-
 src/kudu/tools/tool_action_cluster.cc              |   4 +-
 src/kudu/tools/tool_action_common.cc               |   6 +
 src/kudu/tools/tool_action_perf.cc                 |   4 +-
 src/kudu/tools/tool_action_table.cc                |  74 ++--
 src/kudu/util/int128_util.h                        |   3 +-
 17 files changed, 781 insertions(+), 74 deletions(-)
 create mode 100644 src/kudu/tools/table_scanner.cc
 copy src/kudu/tools/{tool_test_util.h => table_scanner.h} (52%)

Reply via email to