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

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


    from 0a46332  gutil: bump up linux-syscall-support.h
     new 0ba6cb8  Add core algorithms for columnar serialization
     new 4fb09d6  rowblock: improve GetSelectedRows API

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:
 LICENSE.txt                                        |  25 ++
 src/kudu/common/CMakeLists.txt                     |   5 +-
 src/kudu/common/columnar_serialization-test.cc     | 179 ++++++++++
 src/kudu/common/columnar_serialization.cc          | 365 +++++++++++++++++++++
 src/kudu/common/columnar_serialization.h           |  60 ++++
 src/kudu/common/rowblock-test.cc                   |  17 +-
 src/kudu/common/rowblock.cc                        |  23 +-
 src/kudu/common/rowblock.h                         |  69 +++-
 src/kudu/common/wire_protocol.cc                   |  13 +-
 src/kudu/common/zp7.cc                             | 173 ++++++++++
 .../{thrift/ha_client_metrics.h => common/zp7.h}   |  27 +-
 11 files changed, 906 insertions(+), 50 deletions(-)
 create mode 100644 src/kudu/common/columnar_serialization-test.cc
 create mode 100644 src/kudu/common/columnar_serialization.cc
 create mode 100644 src/kudu/common/columnar_serialization.h
 create mode 100644 src/kudu/common/zp7.cc
 copy src/kudu/{thrift/ha_client_metrics.h => common/zp7.h} (63%)

Reply via email to