Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22379#discussion_r222894891
  
    --- Diff: python/pyspark/sql/functions.py ---
    @@ -2664,6 +2664,28 @@ def sequence(start, stop, step=None):
                 _to_java_column(start), _to_java_column(stop), 
_to_java_column(step)))
     
     
    +@ignore_unicode_prefix
    +@since(3.0)
    +def from_csv(col, schema, options={}):
    +    """
    +    Parses a column containing a CSV string into a :class:`StructType`
    --- End diff --
    
    `StructType` -> `Row`?


---

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

Reply via email to