[jira] [Created] (CARBONDATA-4214) inserting NULL value when timestamp value received from FROM_UNIXTIME(0)
Posted by
Akash R Nilugal (Jira) on
Jun 18, 2021; 6:00am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-4214-inserting-NULL-value-when-timestamp-value-received-from-FROM-UNIXTIME-0-tp108952.html
Mahesh Raju Somalaraju created CARBONDATA-4214:
--------------------------------------------------
Summary: inserting NULL value when timestamp value received from FROM_UNIXTIME(0)
Key: CARBONDATA-4214
URL:
https://issues.apache.org/jira/browse/CARBONDATA-4214 Project: CarbonData
Issue Type: Bug
Reporter: Mahesh Raju Somalaraju
inserting NULL value when timestamp value received from FROM_UNIXTIME(0)
issue reproduce steps
create table if not exists time_carbon1(time1 timestamp) stored as carbondata
insert into time_carbon1 select from_unixtime(0)
select count(*) from time_carbon1
--
This message was sent by Atlassian Jira
(v8.3.4#803005)