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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Akash R Nilugal (Jira)

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

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

I ran your code at 23:00 yesterday , and now I run the select sql, it works fine. I can't reproduce your issue.

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