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 2020/07/19 07:10:00 UTC

[jira] [Work logged] (HIVE-23877) Hive on Spark incorrect partition pruning ANALYZE TABLE

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

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

                Author: ASF GitHub Bot
            Created on: 19/Jul/20 07:09
            Start Date: 19/Jul/20 07:09
    Worklog Time Spent: 10m 
      Work Description: fornaix opened a new pull request #1278:
URL: https://github.com/apache/hive/pull/1278


   ## NOTICE
   
   Please create an issue in ASF JIRA before opening a pull request,
   and you need to set the title of the pull request which starts with
   the corresponding JIRA issue number. (e.g. HIVE-XXXXX: Fix a typo in YYY)
   For more details, please see https://cwiki.apache.org/confluence/display/Hive/HowToContribute
   


----------------------------------------------------------------
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: 460789)
    Remaining Estimate: 0h
            Time Spent: 10m

> Hive on Spark incorrect partition pruning ANALYZE TABLE
> -------------------------------------------------------
>
>                 Key: HIVE-23877
>                 URL: https://issues.apache.org/jira/browse/HIVE-23877
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Han
>            Assignee: Han
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Partitions are pruned based on the partition specification in ANALYZE TABLE command and cached in TableSpec.
> When compiling, It's unnecessary to use PartitionPruner.prune() to get partitions again. And PartitionPruner can not prune partitions for ANALYZE TABLE command, so it will get all partitions.



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