Github user rxin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1351#discussion_r14799791
  
    --- Diff: python/pyspark/sql.py ---
    @@ -184,6 +184,45 @@ def func(split, iterator):
             jschema_rdd = self._ssql_ctx.jsonRDD(jrdd.rdd())
             return SchemaRDD(jschema_rdd, self)
     
    +    def csvFile(self, path, delimiter = ",", quote = "\"", header = False):
    +        """Loads a CSV file (according to RFC 4180) and returns the result 
as a L{SchemaRDD}.
    --- End diff --
    
    The alignments are off for the contents. Make sure the docstring does not 
exceed 72 characters.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to