amanraj2520 opened a new pull request, #4125:
URL: https://github.com/apache/hive/pull/4125

   JIRA : https://issues.apache.org/jira/browse/HIVE-27151
   
   The multi_in_clause.q fails because Hive is not able to parse 
   explain cbo
   select * from very_simple_table_for_in_test where name IN('g','r') AND name 
IN('a','b')
   If we want this to work, I am able to do it in my local. We have 2 options :
   a. Either revert 
[HIVE-21685](https://issues.apache.org/jira/browse/HIVE-21685) since this 
scenario was not validated back then before adding this test.
   b. This fix was present in https://issues.apache.org/jira/browse/HIVE-20718 
but to cherry pick this we need to cherry pick 
https://issues.apache.org/jira/browse/HIVE-17040 since 
[HIVE-20718](https://issues.apache.org/jira/browse/HIVE-20718) has a lot of 
merge conflicts with  
[HIVE-17040](https://issues.apache.org/jira/browse/HIVE-17040). But after 
cherry picking these we have other failures to fix.
    
   I am reverting this ticket for now.
   
   This reverts commit fdaa342534f9ccfac9f1a7b53ef367003366fce8.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to