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. -- View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/Possible-bug-in-UNION-query-tp2706.html Sent from the Apache CarbonData Mailing List archive mailing list archive at Nabble.com.
