[kudu-CR] KUDU-1637 - [python] Add Support for < and > Predicates

2016-09-27 Thread Todd Lipcon (Code Review)
Todd Lipcon has submitted this change and it was merged. Change subject: KUDU-1637 - [python] Add Support for < and > Predicates .. KUDU-1637 - [python] Add Support for < and > Predicates Currently the python client doesn't sup

[kudu-CR] KUDU-1637 - [python] Add Support for < and > Predicates

2016-09-23 Thread David Ribeiro Alves (Code Review)
David Ribeiro Alves has posted comments on this change. Change subject: KUDU-1637 - [python] Add Support for < and > Predicates .. Patch Set 2: Code-Review+2 -- To view, visit http://gerrit.cloudera.org:8080/4524 To unsubscrib

[kudu-CR] KUDU-1637 - [python] Add Support for < and > Predicates

2016-09-23 Thread Jordan Birdsell (Code Review)
Hello Kudu Jenkins, I'd like you to reexamine a change. Please visit http://gerrit.cloudera.org:8080/4524 to look at the new patch set (#2). Change subject: KUDU-1637 - [python] Add Support for < and > Predicates .. KUDU-

[kudu-CR] KUDU-1637 - [python] Add Support for < and > Predicates

2016-09-23 Thread Jordan Birdsell (Code Review)
Jordan Birdsell has posted comments on this change. Change subject: KUDU-1637 - [python] Add Support for < and > Predicates .. Patch Set 1: Yea, the test_scan_rows_string_predicate_and_projection test uses <= and >=. -- To vi

[kudu-CR] KUDU-1637 - [python] Add Support for < and > Predicates

2016-09-22 Thread Todd Lipcon (Code Review)
Todd Lipcon has posted comments on this change. Change subject: KUDU-1637 - [python] Add Support for < and > Predicates .. Patch Set 1: Looks fine. Did you leave some test coverage with '<=' as well? -- To view, visit http://

[kudu-CR] KUDU-1637 - [python] Add Support for < and > Predicates

2016-09-22 Thread Jordan Birdsell (Code Review)
Jordan Birdsell has uploaded a new change for review. http://gerrit.cloudera.org:8080/4524 Change subject: KUDU-1637 - [python] Add Support for < and > Predicates .. KUDU-1637 - [python] Add Support for < and > Predicates Cur