You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Song Jun (JIRA)" <ji...@apache.org> on 2017/01/11 06:22:58 UTC

[jira] [Created] (SPARK-19166) change method name from InsertIntoHadoopFsRelationCommand.deleteMatchingPartitions to InsertIntoHadoopFsRelationCommand.deleteMatchingPrefix

Song Jun created SPARK-19166:
--------------------------------

             Summary: change method name from InsertIntoHadoopFsRelationCommand.deleteMatchingPartitions to InsertIntoHadoopFsRelationCommand.deleteMatchingPrefix
                 Key: SPARK-19166
                 URL: https://issues.apache.org/jira/browse/SPARK-19166
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Song Jun
            Priority: Minor


InsertIntoHadoopFsRelationCommand.deleteMatchingPartitions delete all files that match a static prefix, such as a partition file path(/table/foo=1), or a no partition file path(/xxx/a.json).

while the method name deleteMatchingPartitions indicates that only the partition file will be deleted. This name make a confused.

It is better to rename the method name.



--
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