Jordan Birdsell has uploaded a new change for review. http://gerrit.cloudera.org:8080/4589
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 5 files changed, 176 insertions(+), 18 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/89/4589/1 -- To view, visit http://gerrit.cloudera.org:8080/4589 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If5766d24055dfba5fa371fc61c6dfd66adc54273 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <jordantbirds...@gmail.com>