[ 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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org