Github user dilipbiswal commented on the pull request:

    https://github.com/apache/spark/pull/8983#issuecomment-146003985
  
    Very good point..Thanks.. Actually Hive reports an error in this case.
    
    hive> select * from tnull where array(2,3) in (1, array(2,3));
    FAILED: SemanticException [Error 10014]: Line 1:37 Wrong arguments '3': The 
arguments for IN should be the same type! Types are: {array<int> IN (int, 
array<int>)}
    
    I am not sure what is the right thing to do here. 
    
    Any comments @marmbrus ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to