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

Thu Kyaw edited comment on SPARK-3928 at 5/8/15 9:52 PM:
---------------------------------------------------------

New parquet implementation does not contain wild card support yet, but you 
could still use old version of parquet implementation to get wildcard support. 
Just turn off sql Configuration. "spark.sql.parquet.useDataSourceApi" ( turn 
off by setting it false; by default it is true ).


was (Author: tkyaw):
New parquet implementation does not contain wild card support yet, but you 
could still use old version parquet implementation to get wildcard support. 
Just turn off sql Configuration. "spark.sql.parquet.useDataSourceApi" ( to 
false by default it is true ).

> 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