You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (Jira)" <ji...@apache.org> on 2021/10/27 01:09:00 UTC

[jira] [Reopened] (SPARK-35437) Use expressions to filter Hive partitions at client side

     [ https://issues.apache.org/jira/browse/SPARK-35437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyukjin Kwon reopened SPARK-35437:
----------------------------------
      Assignee:     (was: dzcxzl)

Reverted at https://github.com/apache/spark/commit/fb9d6aeb788d2e869e09f18014c966b51aa3af20

> Use expressions to filter Hive partitions at client side
> --------------------------------------------------------
>
>                 Key: SPARK-35437
>                 URL: https://issues.apache.org/jira/browse/SPARK-35437
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 3.1.1
>            Reporter: dzcxzl
>            Priority: Minor
>             Fix For: 3.3.0
>
>
> When we have a table with a lot of partitions and there is no way to filter it on the MetaStore Server, we will get all the partition details and filter it on the client side. This is slow and puts a lot of pressure on the MetaStore Server.
> We can first pull all the partition names, filter by expressions, and then obtain detailed information about the corresponding partitions from the MetaStore Server.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org