|
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.
|