Andrew Ash created SPARK-22112:
----------------------------------

             Summary: Add missing method to pyspark api: 
spark.read.csv(Dataset<String>)
                 Key: SPARK-22112
                 URL: https://issues.apache.org/jira/browse/SPARK-22112
             Project: Spark
          Issue Type: Improvement
          Components: PySpark
    Affects Versions: 2.2.0
            Reporter: Andrew Ash


https://issues.apache.org/jira/browse/SPARK-15463 added a method to the scala 
API without adding an equivalent in pyspark: {{spark.read.csv(Dataset<String>)}}

I was writing some things with pyspark but had to switch it to scala/java to 
use that method -- since equivalency between python/java/scala is a Spark goal, 
we should make sure this functionality exists in all the supported languages.

https://github.com/apache/spark/pull/16854/files#diff-f70bda59304588cc3abfa3a9840653f4R408

cc [~hyukjin.kwon]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to