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 80fb9a8 [python] KUDU-2632 Add DATE type support
new ffa3347 util: remove duplicate results from DNS resolution
new cd65d50 [ranger] update description of Ranger integration related
flags
new 96259c8 allow skip block manager in some ops of local_replica tools
new 36a21d6 wire_protocol: change columnar serialization of varlen data
to match Arrow
The 4 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-test.cc | 18 ++--
src/kudu/client/columnar_scan_batch.cc | 8 +-
src/kudu/client/columnar_scan_batch.h | 25 ++++-
src/kudu/client/scanner-internal.cc | 99 +++++++++++++-------
src/kudu/client/scanner-internal.h | 10 +-
src/kudu/common/columnar_serialization.cc | 136 ++++++++++++++++++++--------
src/kudu/common/columnar_serialization.h | 4 +-
src/kudu/common/rowblock.h | 15 +++
src/kudu/common/wire_protocol-test.cc | 24 ++---
src/kudu/common/wire_protocol.proto | 6 +-
src/kudu/ranger/ranger_client.cc | 27 +++---
src/kudu/tools/tool_action_local_replica.cc | 23 +++--
src/kudu/tserver/tablet_server-test.cc | 16 ++--
src/kudu/tserver/tablet_service.cc | 10 +-
src/kudu/util/net/net_util.cc | 9 +-
15 files changed, 289 insertions(+), 141 deletions(-)