Details
Description
See the discussion at : https://github.com/databricks/spark-csv/pull/39
If the caller invokes
sqlContext.load("com.databricks.spark.csv", path = "cars.csv", header = True)
We should automatically turn header into "true" in string form.
We should do this for booleans and numeric values.
cc yhuai
Attachments
Issue Links
- links to