David Ribeiro Alves has posted comments on this change. Change subject: KUDU-1671 - [python] Enable predicate pushdown for additional types ......................................................................
Patch Set 2: (5 comments) http://gerrit.cloudera.org:8080/#/c/4589/2/python/kudu/client.pyx File python/kudu/client.pyx: Line 1797: to_unixtime_micros(value)) just so that I understand you changed to_unixtime_micros to be able to take a tuple, right? http://gerrit.cloudera.org:8080/#/c/4589/2/python/kudu/tests/test_scanner.py File python/kudu/tests/test_scanner.py: Line 159: # Using the incoming list of predicates, verify xxxs nit: wrap this comment so that we use less lines. PS2, Line 161: speicifc typo Line 189: # Does a row check count only why? http://gerrit.cloudera.org:8080/#/c/4589/2/python/kudu/util.py File python/kudu/util.py: Line 66: elif isinstance(timestamp, tuple): oh you did. -- To view, visit http://gerrit.cloudera.org:8080/4589 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: If5766d24055dfba5fa371fc61c6dfd66adc54273 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]> Gerrit-HasComments: Yes
