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

Hive QA commented on HIVE-5877:
-------------------------------



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12616168/HIVE-5877.4.patch

{color:green}SUCCESS:{color} +1 4744 tests passed

Test results: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/474/testReport
Console output: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/474/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12616168

> Implement vectorized support for IN as boolean-valued expression
> ----------------------------------------------------------------
>
>                 Key: HIVE-5877
>                 URL: https://issues.apache.org/jira/browse/HIVE-5877
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Query Processor
>            Reporter: Eric Hanson
>            Assignee: Eric Hanson
>         Attachments: HIVE-5877.1.patch, HIVE-5877.2.patch, HIVE-5877.3.patch, 
> HIVE-5877.4.patch
>
>
> Implement support for IN as a Boolean-valued expression, e..g.
> select col1 IN (1, 2, 3) from T;
> or 
> select col1
> from T
> where NOT (col1 IN (1, 2, 3));
> This will also automatically add support for NOT IN because NOT IN is 
> automatically transformed into NOT ( ... IN ... ) by the parser.
>  



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to