Description
This query can't be parsed under Hive parser:
(select * from t1) union (select * from t2)
also this one:
select * from ((select * from t1) union (select * from t2)) t
This query can't be parsed under Hive parser:
(select * from t1) union (select * from t2)
also this one:
select * from ((select * from t1) union (select * from t2)) t