N Campbell created HIVE-9532: -------------------------------- Summary: add support for quantified predicates Key: HIVE-9532 URL: https://issues.apache.org/jira/browse/HIVE-9532 Project: Hive Issue Type: Improvement Components: SQL Reporter: N Campbell
allow a quantified predicate using ALL/ANY/SOME select rnum, c1, c2 from tjoin2 where 20 > some ( select c1 from tjoin1) Error while compiling statement: FAILED: ParseException line 1:50 cannot recognize input near 'select' 'c1' 'from' in function specification -- This message was sent by Atlassian JIRA (v6.3.4#6332)