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 31a9b01  [thread] Small refactor to improve ThreadMgr performance
     new 9f164b3  [tool] fix a command bug, cmd: kudu wal dump ...
     new 5557c48  [schema] use operator==() instead of Equals()

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/client/client.cc                      |   8 +-
 src/kudu/client/schema.cc                      |   3 +-
 src/kudu/common/generic_iterators.cc           |   4 +-
 src/kudu/common/row.h                          |   6 +-
 src/kudu/common/schema-test.cc                 |  88 ++++++----
 src/kudu/common/schema.h                       |  51 +++---
 src/kudu/common/wire_protocol-test-util.h      |  41 ++++-
 src/kudu/integration-tests/alter_table-test.cc |   4 +-
 src/kudu/master/master-test.cc                 |   2 +-
 src/kudu/master/sys_catalog.cc                 |   2 +-
 src/kudu/tablet/compaction-test.cc             |   2 +-
 src/kudu/tablet/tablet.cc                      |   2 +-
 src/kudu/tablet/tablet_metadata.cc             |   2 +-
 src/kudu/tools/kudu-tool-test.cc               | 218 +++++++++++++++++++++++++
 src/kudu/tools/tool_action_common.cc           |  14 +-
 src/kudu/tserver/tablet_service.cc             |   4 +-
 16 files changed, 367 insertions(+), 84 deletions(-)

Reply via email to