Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
DataFrameRead.json(string) was removed as it was covered by {{DataFrameRead.json(string-varargs) }}. But this breaks compilation where the compiler needs a method with single arg. Example
Option(path).map(spark.read.json)
This works in 1.6 and does not compile in 2.0.
Attachments
Issue Links
- is related to
-
SPARK-15982 Harmonize the behavior of DataFrameReader.text/csv/json/parquet/orc
- Resolved
- links to