This is an automated email from the ASF dual-hosted git repository.
granthenke pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from fc9b614 Add .clang-format file
new 4b3e884 KUDU-2844 (3/3): avoid copying plain/dict strings to RowBlock
Arena
new bcb2b2e [docs] fix wrong usage of command in administration.adoc
new 1ffef3e [docker] Generate all tags in a single build command
new 141dfab [build] Adjust JAVA_HOME candidates
new 5e328d3 [docker] Support building and pushing multi-arch images
The 5 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:
build-support/java-home-candidates.txt | 34 +++--
docker/docker-build.py | 145 +++++++++++----------
docs/administration.adoc | 2 +-
src/kudu/cfile/binary_dict_block.cc | 23 ++--
src/kudu/cfile/binary_plain_block.cc | 28 ++--
src/kudu/cfile/binary_plain_block.h | 6 +-
src/kudu/cfile/block_handle.h | 4 +-
src/kudu/common/rowblock_memory.h | 36 ++++-
.../full_stack-insert-scan-test.cc | 28 +++-
9 files changed, 201 insertions(+), 105 deletions(-)