Jordan Birdsell has uploaded a new change for review. http://gerrit.cloudera.org:8080/4417
Change subject: [python] Enable Set/Get of unixtime_micros and setting of read mode ...................................................................... [python] Enable Set/Get of unixtime_micros and setting of read mode Currently, the python client in Kudu does not support setting or getting columns with the unixtime_micros type. Additionally, it does not support setting the read mode (for snapshot reading). This patch enables both of those capabilities as well as enabling write operations by column index. Related JIRAs: KUDU-1614, KUDU-1612, KUDU-1615 Change-Id: Id428cbd072b7de7a75e58b66e4de89acd381fdca --- M python/kudu/__init__.py M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/tests/common.py M python/kudu/tests/test_client.py M python/kudu/tests/test_scanner.py M python/kudu/tests/test_scantoken.py M python/kudu/util.py 8 files changed, 336 insertions(+), 17 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/17/4417/1 -- To view, visit http://gerrit.cloudera.org:8080/4417 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id428cbd072b7de7a75e58b66e4de89acd381fdca Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <[email protected]>
