You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Han (Jira)" <ji...@apache.org> on 2020/07/19 06:47:00 UTC

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

Han created HIVE-23877:
--------------------------

             Summary: 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


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)