[ 
https://issues.apache.org/jira/browse/KUDU-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16915443#comment-16915443
 ] 

HeLifu commented on KUDU-2516:
------------------------------

Can we make a simplified version for the NOT_EQUAL predicate type under the 
existing framework?
Example:
 # one predicate on one column:
a) a != 3 YES
 # AND-ed predicates on one column:
 a) 1 <= a < 5 and a != 3 NON (refuse)
 b) 1 <= a < 5 and a != 6 YES

> Add NOT EQUAL predicate type
> ----------------------------
>
>                 Key: KUDU-2516
>                 URL: https://issues.apache.org/jira/browse/KUDU-2516
>             Project: Kudu
>          Issue Type: Sub-task
>          Components: cfile, perf
>    Affects Versions: 1.7.1
>            Reporter: Mike Percy
>            Assignee: HeLifu
>            Priority: Major
>              Labels: roadmap-candidate
>
> Kudu currently does not have support for a NOT_EQUAL predicate type. This is 
> usually relevant when AND-ed together with other predicates.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to