Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
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