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

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

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

Akash R Nilugal (Jira)
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)