Hello David Ribeiro Alves, Kudu Jenkins, Grant Henke,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/9617
to look at the new patch set (#4).
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
---
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/17/9617/4
--
To view, visit http://gerrit.cloudera.org:8080/9617
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I281a73ead2d606e698ff7f44ddb2cd1c78ffdd2a
Gerrit-Change-Number: 9617
Gerrit-PatchSet: 4
Gerrit-Owner: Hao Hao <[email protected]>
Gerrit-Reviewer: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Hao Hao <[email protected]>
Gerrit-Reviewer: Kudu Jenkins