[kudu-CR] [python] Enable Set/Get of unixtime micros and setting of read mode

2016-09-14 Thread David Ribeiro Alves (Code Review)
David Ribeiro Alves has posted comments on this change.

Change subject: [python] Enable Set/Get of unixtime_micros and setting of read 
mode
..


Patch Set 1:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/4417/1//COMMIT_MSG
Commit Message:

Line 11: does not support setting the read mode (for snapshot reading). This
this are two different things likely tested in different tests, can you split 
this in two patches?


-- 
To view, visit http://gerrit.cloudera.org:8080/4417
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id428cbd072b7de7a75e58b66e4de89acd381fdca
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jordan Birdsell 
Gerrit-Reviewer: David Ribeiro Alves 
Gerrit-Reviewer: Kudu Jenkins
Gerrit-HasComments: Yes


[kudu-CR] [python] Enable Set/Get of unixtime micros and setting of read mode

2016-09-14 Thread Kudu Jenkins (Code Review)
Kudu Jenkins has posted comments on this change.

Change subject: [python] Enable Set/Get of unixtime_micros and setting of read 
mode
..


Patch Set 1:

Build Started http://104.196.14.100/job/kudu-gerrit/3427/

-- 
To view, visit http://gerrit.cloudera.org:8080/4417
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id428cbd072b7de7a75e58b66e4de89acd381fdca
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jordan Birdsell 
Gerrit-Reviewer: Kudu Jenkins
Gerrit-HasComments: No


[kudu-CR] [python] Enable Set/Get of unixtime micros and setting of read mode

2016-09-14 Thread Jordan Birdsell (Code Review)
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