-
- Downloads
[SPARK-15250][SQL] Remove deprecated json API in DataFrameReader
## What changes were proposed in this pull request? This PR removes the old `json(path: String)` API which is covered by the new `json(paths: String*)`. ## How was this patch tested? Jenkins tests (existing tests should cover this) Author: hyukjinkwon <gurwls223@gmail.com> Author: Hyukjin Kwon <gurwls223@gmail.com> Closes #13040 from HyukjinKwon/SPARK-15250.
Showing
- project/MimaExcludes.scala 3 additions, 0 deletionsproject/MimaExcludes.scala
- python/pyspark/sql/readwriter.py 2 additions, 2 deletionspython/pyspark/sql/readwriter.py
- sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala 1 addition, 32 deletions...src/main/scala/org/apache/spark/sql/DataFrameReader.scala
Loading
Please register or sign in to comment