Taoli created CARBONDATA-4323:
---------------------------------
Summary: 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
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)