forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 Reviewed-on: http://gerrit.cloudera.org:8080/4589 Tested-by: Kudu Jenkins Reviewed-by: David Ribeiro Alves <[email protected]>
- Loading branch information
1 parent
bce1dd7
commit 4d1b1e9
Showing
6 changed files
with
182 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters