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

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


    from b386b71  columnar_serialization: fix optimized GCC build
     new 4c2ec0b  Update version to 1.13.0-SNAPSHOT
     new 40e4d4f  cfile: change BlockBuilder API to yield a vector of Slices
     new 972edb9  encoding-test: Clean up bitshuffle tests a little

The 3 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:
 docs/release_notes.adoc               |  56 ++++++++--------
 src/kudu/cfile/binary_dict_block.cc   |  29 ++++-----
 src/kudu/cfile/binary_dict_block.h    |   6 +-
 src/kudu/cfile/binary_plain_block.cc  |  17 +++--
 src/kudu/cfile/binary_plain_block.h   |   9 +--
 src/kudu/cfile/binary_prefix_block.cc |  35 ++++------
 src/kudu/cfile/binary_prefix_block.h  |  15 +----
 src/kudu/cfile/block_encodings.h      |  12 ++--
 src/kudu/cfile/bshuf_block.cc         |   6 +-
 src/kudu/cfile/bshuf_block.h          |   7 +-
 src/kudu/cfile/cfile_writer.cc        |   7 +-
 src/kudu/cfile/encoding-test.cc       | 118 ++++++++++++++++++++++------------
 src/kudu/cfile/plain_bitmap_block.h   |   5 +-
 src/kudu/cfile/plain_block.h          |   5 +-
 src/kudu/cfile/rle_block.h            |   9 +--
 src/kudu/util/random.h                |  53 +++++++++++++--
 src/kudu/util/random_util-test.cc     |  50 ++++++++++++++
 src/kudu/util/random_util.h           |  31 ++++++++-
 version.txt                           |   2 +-
 19 files changed, 302 insertions(+), 170 deletions(-)

Reply via email to