You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Babulal (JIRA)" <ji...@apache.org> on 2016/12/25 16:48:58 UTC

[jira] [Created] (CARBONDATA-563) Select Queries are not working with spark 1.6.2.

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)