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 ad32f5c34 [rpc] add local address into connection negotiation trace
new c02ad2fe6 [Python] KUDU-3351 Add write op metrics
new 1b015d7ee [Python] KUDU-3353 add support for UPSERT IGNORE
new 4814bb2be [tablet] a small clean up on 'disable_compaction'
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:
python/kudu/__init__.py | 4 +-
python/kudu/client.pyx | 45 ++++++++++
python/kudu/libkudu_client.pxd | 6 ++
python/kudu/tests/common.py | 20 +++++
python/kudu/tests/test_client.py | 120 ++++++++++++++++++++++---
src/kudu/integration-tests/alter_table-test.cc | 57 +++++++-----
src/kudu/tablet/tablet.cc | 6 +-
src/kudu/tablet/tablet.h | 6 +-
src/kudu/tablet/tablet_mm_ops-test.cc | 12 +--
src/kudu/tablet/tablet_mm_ops.cc | 10 +--
src/kudu/tablet/tablet_mm_ops.h | 7 +-
11 files changed, 235 insertions(+), 58 deletions(-)