[jira] [Commented] (SPARK-16317) Add file filtering interface for FileFormat

2018-05-17 Thread Xiao Li (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16480127#comment-16480127 ] Xiao Li commented on SPARK-16317: - We will not improve FileFormat since we are migrating the

[jira] [Commented] (SPARK-16317) Add file filtering interface for FileFormat

2016-07-03 Thread Apache Spark (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15360779#comment-15360779 ] Apache Spark commented on SPARK-16317: -- User 'maropu' has created a pull request for this issue:

[jira] [Commented] (SPARK-16317) Add file filtering interface for FileFormat

2016-07-01 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15359051#comment-15359051 ] Takeshi Yamamuro commented on SPARK-16317: -- yea, I got you. I'll check the codes to fix this. >

[jira] [Commented] (SPARK-16317) Add file filtering interface for FileFormat

2016-07-01 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15359050#comment-15359050 ] Takeshi Yamamuro commented on SPARK-16317: -- yea, I got you. I'll check the codes to fix this. >

[jira] [Commented] (SPARK-16317) Add file filtering interface for FileFormat

2016-07-01 Thread Cheng Lian (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15358975#comment-15358975 ] Cheng Lian commented on SPARK-16317: The motivation is to filter out input data files so that

[jira] [Commented] (SPARK-16317) Add file filtering interface for FileFormat

2016-06-30 Thread Takeshi Yamamuro (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15358235#comment-15358235 ] Takeshi Yamamuro commented on SPARK-16317: -- Does this intend a hadoop PathFilter-like interface?

[jira] [Commented] (SPARK-16317) Add file filtering interface for FileFormat

2016-06-30 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-16317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15356605#comment-15356605 ] Sean Owen commented on SPARK-16317: --- The JDK already provides FilenameFilter; probably just use that.