Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9639 )
Change subject: KUDU-1704: add python client support for READ_YOUR_WRITES mode ...................................................................... KUDU-1704: add python client support for READ_YOUR_WRITES mode This patch allows users to specify READ_YOUR_WRITES as a read mode in python client. It adds correponding tests to ensure the mode is actually working. Change-Id: I281a73ead2d606e698ff7f44ddb2cd1c78ffdd2a Reviewed-on: http://gerrit.cloudera.org:8080/9617 Reviewed-by: David Ribeiro Alves <[email protected]> Tested-by: Kudu Jenkins (cherry picked from commit 9d233f457af6bea7f30779fe0b9c812859d90a02) Reviewed-on: http://gerrit.cloudera.org:8080/9639 Tested-by: Hao Hao <[email protected]> Reviewed-by: Grant Henke <[email protected]> --- M python/kudu/__init__.py M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/tests/test_scanner.py M python/kudu/tests/test_scantoken.py 5 files changed, 31 insertions(+), 9 deletions(-) Approvals: Hao Hao: Verified Grant Henke: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/9639 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.7.x Gerrit-MessageType: merged Gerrit-Change-Id: I281a73ead2d606e698ff7f44ddb2cd1c78ffdd2a Gerrit-Change-Number: 9639 Gerrit-PatchSet: 2 Gerrit-Owner: Hao Hao <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins
