Jordan Birdsell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10674 )
Change subject: [python] KUDU-2441: Enable configuration of mutation buffer ...................................................................... [python] KUDU-2441: 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 respect. This patch includes a basic unit test. Change-Id: I52ac48e7dddc31e666a95ace4c7672da51d80b11 Reviewed-on: http://gerrit.cloudera.org:8080/10674 Tested-by: Kudu Jenkins Reviewed-by: Will Berkeley <[email protected]> --- M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/tests/test_client.py 3 files changed, 154 insertions(+), 2 deletions(-) Approvals: Kudu Jenkins: Verified Will Berkeley: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I52ac48e7dddc31e666a95ace4c7672da51d80b11 Gerrit-Change-Number: 10674 Gerrit-PatchSet: 7 Gerrit-Owner: Jordan Birdsell <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jordan Birdsell <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
