You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sam Steingold (JIRA)" <ji...@apache.org> on 2015/01/06 19:01:35 UTC

[jira] [Created] (SPARK-5109) Loading multiple parquet files into a single SQL table

Sam Steingold created SPARK-5109:
------------------------------------

             Summary: Loading multiple parquet files into a single SQL table
                 Key: SPARK-5109
                 URL: https://issues.apache.org/jira/browse/SPARK-5109
             Project: Spark
          Issue Type: New Feature
            Reporter: Sam Steingold


[SQLContext.parquetFile(String)|http://spark.apache.org/docs/1.2.0/api/java/org/apache/spark/sql/SQLContext.html#parquetFile%28java.lang.String%29] accepts a comma-separated list of files to load.
This feature prevents files with commas in its name (a rare use case, admittedly), it is also an _extremely_ unusual feature.
This feature should be deprecated and new methods
{{SQLContext.parquetFile(String[])}} 
{{SQLContext.parquetFile(List<String>)}} 
should be added instead.



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