Xiao Li created SPARK-15912: ------------------------------- Summary: 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