Details
-
Improvement
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
4.0.0
-
None
-
None
Description
Steps to reproduce the issue:
create table tnikhil (t timestamp);
insert into tnikhil values ('2019-01-01 23:12:45.123456');
analyze table tnikhil compute statistics for columns;
select * from tnikhil;
+-----------------------------+ | tnikhil.t | +-----------------------------+ | 2019-01-01 23:12:45.123456 | +-----------------------------+
desc formatted tnikhil t;
+------------------------+----------------------------------------------------+ | col_name | data_type | +------------------------+----------------------------------------------------+ | col_name | t | | data_type | timestamp | | min | 1546384365 | | max | 1546384365 | +------------------------+----------------------------------------------------+
Attachments
Issue Links
- blocks
-
HIVE-19290 Statistics: Timestamp statistics support
- Open
- links to