This is an automated email from the ASF dual-hosted git repository.
adar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 76b80ec Prepare for upgrading to Hive 3
new 6f04bc1 Remove redundant references of MasterServiceProxy
new 68a4e74 [tserver] Move cell and probe key size checking to prepare
phase
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:
src/kudu/clock/clock.h | 1 +
src/kudu/common/row_operations-test.cc | 165 +++++++++++++++++++++++++++++++++
src/kudu/common/row_operations.cc | 41 ++++++--
src/kudu/common/row_operations.h | 10 +-
src/kudu/tablet/row_op.cc | 3 -
src/kudu/tablet/row_op.h | 4 +-
src/kudu/tablet/tablet.cc | 88 +++++-------------
src/kudu/tablet/tablet.h | 17 ++--
src/kudu/tablet/tablet_bootstrap.cc | 2 +-
src/kudu/tools/tool_action_master.cc | 1 -
10 files changed, 242 insertions(+), 90 deletions(-)