Description
Current hive only support single column in clause, e.g.,
select * from src where col0 in (v1,v2,v3);
We want it to support
select * from src where (col0,col1+3) in ((col0+v1,v2),(v3,v4-col1));
Attachments
Attachments
Issue Links
- causes
-
HIVE-17395 HiveServer2 parsing a command with a lot of "("
- Resolved
-
HIVE-18624 Parsing time is extremely high (~10 min) for queries with complex select expressions
- Closed
- is related to
-
HIVE-11468 Vectorize: Struct IN() clauses
- Closed
- relates to
-
HIVE-11738 Hive Parser to Support multi col in clause (x,y..) in (select ... from ..)
- Open
- links to