Login  Register

Possible bug in UNION query

Posted by prabhatkashyap on Nov 07, 2016; 5:53am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Possible-bug-in-UNION-query-tp2706.html

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.