You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Davies Liu (JIRA)" <ji...@apache.org> on 2015/08/06 02:29:05 UTC

[jira] [Resolved] (SPARK-6591) Python data source load options should auto convert common types into strings

     [ https://issues.apache.org/jira/browse/SPARK-6591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davies Liu resolved SPARK-6591.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.0
                   1.4.2

Issue resolved by pull request 7926
[https://github.com/apache/spark/pull/7926]

> Python data source load options should auto convert common types into strings
> -----------------------------------------------------------------------------
>
>                 Key: SPARK-6591
>                 URL: https://issues.apache.org/jira/browse/SPARK-6591
>             Project: Spark
>          Issue Type: Improvement
>          Components: PySpark, SQL
>            Reporter: Reynold Xin
>            Assignee: Yijie Shen
>              Labels: DataFrame, DataSource
>             Fix For: 1.4.2, 1.5.0
>
>
> See the discussion at : https://github.com/databricks/spark-csv/pull/39
> If the caller invokes
> {code}
> sqlContext.load("com.databricks.spark.csv", path = "cars.csv", header = True)
> {code}
> We should automatically turn header into "true" in string form.
> We should do this for booleans and numeric values.
> cc [~yhuai]



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