You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/10/13 01:19:00 UTC

[jira] [Work logged] (HIVE-22328) Min value for column in stats is not set correctly for some data types in partitioned tables

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

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

                Author: ASF GitHub Bot
            Created on: 13/Oct/19 01:18
            Start Date: 13/Oct/19 01:18
    Worklog Time Spent: 10m 
      Work Description: miklosgergely commented on pull request #811: HIVE-22328 Min value for column in stats is not set correctly for some data types in partitioned tables
URL: https://github.com/apache/hive/pull/811
 
 
   This is a follow up Jira for HIVE-22248Link. For partitioned tables the statistics aggregation happens at in the *ColumnStatsAggregator classes instead of the *ColumnStatsMerger classes, and they still fail to handle the unset low values correctly. Beside that they need to be fixed the two classes should use the same codes for merging statistics.
 
----------------------------------------------------------------
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:
users@infra.apache.org


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

            Worklog Id:     (was: 327405)
    Remaining Estimate: 0h
            Time Spent: 10m

> Min value for column in stats is not set correctly for some data types in partitioned tables
> --------------------------------------------------------------------------------------------
>
>                 Key: HIVE-22328
>                 URL: https://issues.apache.org/jira/browse/HIVE-22328
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Miklos Gergely
>            Assignee: Miklos Gergely
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-22328.01.patch, HIVE-22328.02.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> This is a follow up Jira for HIVE-22248. For partitioned tables the statistics aggregation happens at in the *ColumnStatsAggregator classes instead of the *ColumnStatsMerger classes, and they still fail to handle the unset low values correctly. Beside that they need to be fixed the two classes should use the same codes for merging statistics.



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