Possible bug in UNION query

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Possible bug in UNION query

prabhatkashyap
When I execute the following query in hive :
select "hh",123 union select * from emp4;

It executes successfully. But the same query in Carbon Data gives the following error :
Error: org.apache.spark.sql.AnalysisException: missing EOF at 'select' near 'union';

Please confirm.