[ https://issues.apache.org/jira/browse/HIVE-22256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17097717#comment-17097717
]
Hive QA commented on HIVE-22256:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/13001791/HIVE-22256.01.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 17196 tests passed
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/22063/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/22063/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-22063/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 13001791 - PreCommit-HIVE-Build
> Rewriting fails when `IN` clause has items in different order in MV and query.
> ------------------------------------------------------------------------------
>
> Key: HIVE-22256
> URL: https://issues.apache.org/jira/browse/HIVE-22256
> Project: Hive
> Issue Type: Sub-task
> Components: CBO, Materialized views
> Affects Versions: 3.1.2
> Reporter: Steve Carlin
> Assignee: Jesus Camacho Rodriguez
> Priority: Major
> Attachments: HIVE-22256.01.patch, HIVE-22256.patch, expr2.sql
>
>
> Rewriting fails on following materialized view and query (script is also attached):
> create materialized view view2 stored as orc as (select prod_id, cust_id, store_id, sale_date,
qty, amt, descr from sales where cust_id in (1,2,3,4,5));
> explain extended select prod_id, cust_id from sales where cust_id in (5,1,2,3,4);
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
|