Hello David Ribeiro Alves, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/4589
to look at the new patch set (#5).
Change subject: KUDU-1671 - [python] Enable predicate pushdown for additional
types
......................................................................
KUDU-1671 - [python] Enable predicate pushdown for additional types
Currently, the python client does not support predicate pushdown for
boolean and unixtime_micros values. Additionally, as pointed out in
KUDU-1672, float predicates have a bug. This patch addresses both
of these issues. Test cases have been added to validate this
functionality. Two minor namespace issues were addressed as well
for float and boolean types.
Change-Id: If5766d24055dfba5fa371fc61c6dfd66adc54273
---
M python/kudu/__init__.py
M python/kudu/client.pyx
M python/kudu/tests/test_scanner.py
M python/kudu/tests/test_scantoken.py
M python/kudu/tests/util.py
M python/kudu/util.py
6 files changed, 182 insertions(+), 28 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/89/4589/5
--
To view, visit http://gerrit.cloudera.org:8080/4589
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If5766d24055dfba5fa371fc61c6dfd66adc54273
Gerrit-PatchSet: 5
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jordan Birdsell <[email protected]>
Gerrit-Reviewer: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Jordan Birdsell <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Will Berkeley <[email protected]>