Description
Scala's SQLContext has several methods for data input (jsonFile, jsonRDD, etc.) deprecated. These methods are not deprecated in Python's SQLContext. They should be, but only after Python's DataFrameReader implements analogous methods.
Attachments
Issue Links
- relates to
-
SPARK-12600 Remove deprecated methods in SQL / DataFrames
- Resolved