Github user andrewor14 commented on the pull request:
https://github.com/apache/spark/pull/6891#issuecomment-113354821
Alright, I just verified that this patch fixes it. I ran the following:
```
$ build/sbt -Phive assembly compile
$ bin/pyspark --packages "com.databricks:spark-csv_2.10:1.0.3"
> a = {'a':1.0, 'b':'asdf'}
> rdd = sc.parallelize([a])
> df = sqlContext.createDataFrame(rdd)
> df.save("/tmp/d.csv", "com.databricks.spark.csv")
```
It failed before the patch but succeeds after it.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]