Hao Hao has uploaded this change for review. ( 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) --- 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(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/39/9639/1 -- 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: newchange Gerrit-Change-Id: I281a73ead2d606e698ff7f44ddb2cd1c78ffdd2a Gerrit-Change-Number: 9639 Gerrit-PatchSet: 1 Gerrit-Owner: Hao Hao <[email protected]>
