[
https://issues.apache.org/jira/browse/CARBONDATA-4214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Indhumathi Muthu Murugesh resolved CARBONDATA-4214.
---------------------------------------------------
Fix Version/s: 2.2.0
Resolution: Fixed
> 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
> Priority: Minor
> Fix For: 2.2.0
>
> Time Spent: 5.5h
> Remaining Estimate: 0h
>
> 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)