[jira] [Created] (CARBONDATA-563) Select Queries are not working with spark 1.6.2.
Posted by
Akash R Nilugal (Jira) on
Dec 25, 2016; 4:48pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-563-Select-Queries-are-not-working-with-spark-1-6-2-tp4976.html
Babulal created CARBONDATA-563:
----------------------------------
Summary: Select Queries are not working with spark 1.6.2.
Key: CARBONDATA-563
URL:
https://issues.apache.org/jira/browse/CARBONDATA-563 Project: CarbonData
Issue Type: Bug
Components: core, data-query
Affects Versions: 0.2.0-incubating
Reporter: Babulal
Create carbon table
create table x (a int ,b string) stored by 'carbondata'
Load data to carbon table
run query select count(*) from x;
Java.lang.ClassCastException:[Ljava.lang.Object;can not be cast to org.apache.sql.catalyst.InternalRow
Log snap shot in attached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)