Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/10674
to look at the new patch set (#4).
Change subject: KUDU-2441 - [python] Enable configuration of mutation buffer
......................................................................
KUDU-2441 - [python] Enable configuration of mutation buffer
The Python client currently doesn't support configuring the mutation
buffer for Session objects. This patch brings the Python client up
to speed with the C++ client in this resepect. This patch includes a
basic unit test.
Change-Id: I52ac48e7dddc31e666a95ace4c7672da51d80b11
---
M python/kudu/client.pyx
M python/kudu/libkudu_client.pxd
M python/kudu/tests/test_client.py
3 files changed, 128 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/74/10674/4
--
To view, visit http://gerrit.cloudera.org:8080/10674
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I52ac48e7dddc31e666a95ace4c7672da51d80b11
Gerrit-Change-Number: 10674
Gerrit-PatchSet: 4
Gerrit-Owner: Jordan Birdsell <[email protected]>
Gerrit-Reviewer: Kudu Jenkins