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 2019/05/21 04:24:11 UTC

[jira] [Updated] (SPARK-15912) Replace getPartitionsByFilter by getPartitions in inputFiles of MetastoreRelation

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

Hyukjin Kwon updated SPARK-15912:
---------------------------------
    Labels: bulk-closed  (was: )

> Replace getPartitionsByFilter by getPartitions in inputFiles of MetastoreRelation
> ---------------------------------------------------------------------------------
>
>                 Key: SPARK-15912
>                 URL: https://issues.apache.org/jira/browse/SPARK-15912
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Xiao Li
>            Priority: Minor
>              Labels: bulk-closed
>
> Always returns all the partitions when calling {{inputFiles}}. Thus, the implementation of {{inputFiles}} in {{MetastoreRelation}} does not need to call {{getPartitionsByFilter}}. Instead, we should call {{getPartitions}}. 
> No test case is available for {{inputFiles}} API in {{MetastoreRelation}}. We need to add them too.



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

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