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

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

xhnqccf created CARBONDATA-2351:
-----------------------------------

             Summary: 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


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)