[
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)