[ 
https://issues.apache.org/jira/browse/HIVE-24529?focusedWorklogId=611048&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-611048
 ]

ASF GitHub Bot logged work on HIVE-24529:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Jun/21 00:09
            Start Date: 15/Jun/21 00:09
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] closed pull request #2041:
URL: https://github.com/apache/hive/pull/2041


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 611048)
    Time Spent: 0.5h  (was: 20m)

> Metastore truncates milliseconds while storing timestamp column stats
> ---------------------------------------------------------------------
>
>                 Key: HIVE-24529
>                 URL: https://issues.apache.org/jira/browse/HIVE-24529
>             Project: Hive
>          Issue Type: Improvement
>    Affects Versions: 4.0.0
>            Reporter: Nikhil Gupta
>            Assignee: Ashish Sharma
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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;
> {noformat}
> +-----------------------------+
> |          tnikhil.t          |
> +-----------------------------+
> | 2019-01-01 23:12:45.123456  |
> +-----------------------------+{noformat}
> desc formatted tnikhil t; 
> {noformat}
> +------------------------+----------------------------------------------------+
> |        col_name        |                     data_type                      
> |
> +------------------------+----------------------------------------------------+
> | col_name               | t                                                  
> |
> | data_type              | timestamp                                          
> |
> | min                    | 1546384365                                         
> |
> | max                    | 1546384365                                         
> |
> +------------------------+----------------------------------------------------+
> {noformat}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to