You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Mahesh Raju Somalaraju (Jira)" <ji...@apache.org> on 2021/06/18 06:00:00 UTC

[jira] [Created] (CARBONDATA-4214) inserting NULL value when timestamp value received from FROM_UNIXTIME(0)

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)