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

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


    from 111e54c  KUDU-3002: prioritize WAL unanchoring when under memory 
pressure
     new f43257c  [fs] fix compilation warnings with gcc4.9.2 on CentOS
     new aea815f  [KUDU-2632] Add a DATE type backed by INT32 (Part 1, C++ 
client)

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-unittest.cc            |  2 +
 src/kudu/client/predicate-test.cc             | 22 +++++++
 src/kudu/client/scan_batch.cc                 | 14 +++++
 src/kudu/client/scan_batch.h                  |  4 +-
 src/kudu/client/schema.cc                     |  4 ++
 src/kudu/client/schema.h                      |  3 +-
 src/kudu/client/value.cc                      |  1 +
 src/kudu/common/common.proto                  |  1 +
 src/kudu/common/key_util.cc                   |  3 +-
 src/kudu/common/partial_row.cc                | 47 ++++++++++++--
 src/kudu/common/partial_row.h                 | 10 ++-
 src/kudu/common/partition.cc                  | 14 +++++
 src/kudu/common/row.h                         |  6 ++
 src/kudu/common/types-test.cc                 | 32 +++++++++-
 src/kudu/common/types.cc                      | 20 +++++-
 src/kudu/common/types.h                       | 39 ++++++++++--
 src/kudu/fs/dir_manager.h                     |  4 +-
 src/kudu/hms/hms_catalog-test.cc              |  1 +
 src/kudu/hms/hms_catalog.cc                   |  1 +
 src/kudu/integration-tests/all_types-itest.cc | 88 +++++++++++++++++++++++++++
 src/kudu/integration-tests/data_gen_util.cc   |  3 +
 src/kudu/integration-tests/hms_itest-base.cc  |  1 +
 src/kudu/tools/kudu-admin-test.cc             |  3 +
 src/kudu/tools/tool_action_perf.cc            |  3 +
 src/kudu/tools/tool_action_table.cc           | 10 +++
 25 files changed, 314 insertions(+), 22 deletions(-)

Reply via email to