You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Taoli (Jira)" <ji...@apache.org> on 2022/02/08 12:31:00 UTC

[jira] [Closed] (CARBONDATA-4323) insert with TIMESTAMP using milseconds Date with string will lose the Date column

     [ https://issues.apache.org/jira/browse/CARBONDATA-4323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taoli closed CARBONDATA-4323.
-----------------------------
    Resolution: Cannot Reproduce

the wrong sql 

> insert with TIMESTAMP using milseconds Date with string will lose the Date column
> ---------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-4323
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-4323
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Taoli
>            Priority: Critical
>
> setp1 : create table t1 (a1 timestamp, a2 date) STORED AS carbondata;
> step2: INSERT INTO t1 values('2017-10-12 21:22:23', '1997-10-10');
> step 3: select * from t1;  The result is ok
> step 4: INSERT INTO t1 values(1643424034.424351, '2020/10/10');
> setp 5: select * from t1; The data of the column Date is null. it may be something wrong.
> the result is like: 2022-01-29 10:40:34.424 NULL



--
This message was sent by Atlassian Jira
(v8.20.1#820001)