You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Zhichao Zhang (JIRA)" <ji...@apache.org> on 2018/04/16 06:27:00 UTC

[jira] [Commented] (CARBONDATA-2351) CarbonData Select null

    [ https://issues.apache.org/jira/browse/CARBONDATA-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16439029#comment-16439029 ] 

Zhichao  Zhang commented on CARBONDATA-2351:
--------------------------------------------

[~xhnqccf] you ran this test case on local mode or yarn-client mode? does it reproduce every time?

> CarbonData Select null
> ----------------------
>
>                 Key: CARBONDATA-2351
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2351
>             Project: CarbonData
>          Issue Type: Bug
>    Affects Versions: 1.3.1
>         Environment: Carbondata1.3.1 with Spark2.1.2
>            Reporter: xhnqccf
>            Priority: Major
>              Labels: SELECT, null
>
> Carbondata1.3.1 with Spark2.1.2,after insert into values,SELECT is right.but next day,data of SELECT is null but the line number is right. 
> create table carbon01(id int,name int,age int,sex int) stored by 'carbondata';
> insert into carbon01 values(1,1,1,1);
> select * from carbon01;
> 1 1 1 1
> then,i exit spark-sql.
> but,next day,
> select * from carbon01;
> null null null null



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)