[ 
https://issues.apache.org/jira/browse/SPARK-3928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14533244#comment-14533244
 ] 

Michael Armbrust commented on SPARK-3928:
-----------------------------------------

Sorry for the confusion here.  There have been a lot of improvements to this 
codepath, but unfortunately this feature was lost in the shuffle.  Here are my 
thoughts:

 - Comma separated lists: were supported, will not be supported anymore.  Use 
the varargs method to pass more than one file.  This is because {{,}} is a 
valid character in a filename and so the old implementation was broken for some 
people.
 - Hadoop style globbing expressions: probably broken at the moment.  should be 
supported.  We will try to include them in Spark 1.4, time permitting.

> Support wildcard matches on Parquet files
> -----------------------------------------
>
>                 Key: SPARK-3928
>                 URL: https://issues.apache.org/jira/browse/SPARK-3928
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core, SQL
>            Reporter: Nicholas Chammas
>            Assignee: Cheng Lian
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> {{SparkContext.textFile()}} supports patterns like {{part-*}} and 
> {{2014-\?\?-\?\?}}. 
> It would be nice if {{SparkContext.parquetFile()}} did the same.



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

Reply via email to