You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/06/13 05:49:20 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15326854#comment-15326854 ] 

Apache Spark commented on SPARK-15912:
--------------------------------------

User 'gatorsmile' has created a pull request for this issue:
https://github.com/apache/spark/pull/13633

> 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
>
> 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
(v6.3.4#6332)

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