You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Zoltan Haindrich (JIRA)" <ji...@apache.org> on 2018/06/29 13:02:00 UTC

[jira] [Comment Edited] (HIVE-18140) Partitioned tables statistics can go wrong in basic stats mixed case

    [ https://issues.apache.org/jira/browse/HIVE-18140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16527601#comment-16527601 ] 

Zoltan Haindrich edited comment on HIVE-18140 at 6/29/18 1:01 PM:
------------------------------------------------------------------

test failures are not related;
pushed to branch-3 as well


was (Author: kgyrtkirk):
pushed to branch-3 as well

> Partitioned tables statistics can go wrong in basic stats mixed case
> --------------------------------------------------------------------
>
>                 Key: HIVE-18140
>                 URL: https://issues.apache.org/jira/browse/HIVE-18140
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Zoltan Haindrich
>            Assignee: Zoltan Haindrich
>            Priority: Major
>         Attachments: HIVE-18140.01-branch-3.patch, HIVE-18140.01.patch, HIVE-18140.01wip01.patch, HIVE-18140.01wip03.patch, HIVE-18140.01wip04.patch, HIVE-18140.02.patch, HIVE-18140.02wip01.patch, HIVE-18140.03.patch, HIVE-18140.04.patch, HIVE-18140.04.patch, HIVE-18140.05.patch, HIVE-19140.02wip02.patch, HIVE-19727.02wip03.patch
>
>
> suppose the following scenario:
> * part1 has basic stats {{RC=10,DS=1K}}
> * all other partition has no basic stats (and a bunch of rows)
> then [this|https://github.com/apache/hive/blob/d9924ab3e285536f7e2cc15ecbea36a78c59c66d/ql/src/java/org/apache/hadoop/hive/ql/stats/StatsUtils.java#L378] condition would be false; which in turn produces estimations for the whole partitioned table: {{RC=10,DS=1K}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)