You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2019/05/03 00:40:00 UTC

[jira] [Created] (HIVE-21685) Wrong simplification in query with multiple IN clauses

Jesus Camacho Rodriguez created HIVE-21685:
----------------------------------------------

             Summary: Wrong simplification in query with multiple IN clauses
                 Key: HIVE-21685
                 URL: https://issues.apache.org/jira/browse/HIVE-21685
             Project: Hive
          Issue Type: Bug
          Components: CBO
            Reporter: Oliver Draese
            Assignee: Jesus Camacho Rodriguez


Simple test to reproduce:
{code}
select * from table1 where name IN(‘g’,‘r’) AND name IN(‘a’,‘b’);
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)