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 2aafa5352 KUDU-1261 enable --cfile_support_arrays by default
new c9d10b076 KUDU-1261 instantiate SetArray templates in C++ client
library
new 99d835cd2 KUDU-1261 'kudu perf loadgen' supports array columns
new 95abb8d65 KUDU-1261 update C++ client example with array column
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:
examples/cpp/example.cc | 59 ++++++++++++++-
src/kudu/common/partial_row.cc | 140 ++++++++++++++++++++++++++++++++++
src/kudu/tools/kudu-tool-test.cc | 15 +++-
src/kudu/tools/tool_action_perf.cc | 151 ++++++++++++++++++++++++++++++++++++-
4 files changed, 354 insertions(+), 11 deletions(-)