Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
any
-
None
-
None
-
Centos6.7 hbase1.0 CDH5.4.8
Description
create table ht(h10s4 interval hour(10) to second(4)) no partition;
insert into ht values(-interval '1111111111:12:00.1234'hour(10) to second(4));
From trafci –
>>select * from ht;
H10S4
----------------------
-1111111111:12:00.1234
— 1 row(s) selected.
From Squirrel –
select will return <Other>
checking with content button, it shows <UnknownType (112)>