You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by koertkuipers <gi...@git.apache.org> on 2015/10/06 17:31:56 UTC

[GitHub] spark pull request: [SPARK-10185] [SQL] Feat sql comma separated p...

Github user koertkuipers commented on the pull request:

    https://github.com/apache/spark/pull/8416#issuecomment-145902167
  
    goals (copied over from SPARK-5741 comments by @marmbrus ):
    It was originally just parquet that would support more than one file, but now all HadoopFSRelations should. (which covers all but CSV, and we should upgrade that library too) I would be in favor of generalizing this support for at least these sources given the following constraints:
    * We must keep source/binary compatibility.
    * We should give good errors when the source does not support this feature.
    * For consistency, I'd prefer if we can just add a load(path: String*) (but I'm not sure if this is possible given the above).
    * paths(path: *) is okay, but I think I'd prefer if it was not the terminal operator.
    
    I believe these goals are met here.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org