-
- Downloads
[SPARK-17215][SQL] Method `SQLContext.parseDataType(dataTypeString: String)` could be removed.
## What changes were proposed in this pull request? Method `SQLContext.parseDataType(dataTypeString: String)` could be removed, we should use `SparkSession.parseDataType(dataTypeString: String)` instead. This require updating PySpark. ## How was this patch tested? Existing test cases. Author: jiangxingbo <jiangxb1987@gmail.com> Closes #14790 from jiangxb1987/parseDataType.
Showing
- python/pyspark/sql/column.py 3 additions, 4 deletionspython/pyspark/sql/column.py
- python/pyspark/sql/functions.py 3 additions, 3 deletionspython/pyspark/sql/functions.py
- python/pyspark/sql/readwriter.py 3 additions, 1 deletionpython/pyspark/sql/readwriter.py
- python/pyspark/sql/streaming.py 3 additions, 1 deletionpython/pyspark/sql/streaming.py
- python/pyspark/sql/tests.py 1 addition, 1 deletionpython/pyspark/sql/tests.py
- python/pyspark/sql/types.py 3 additions, 3 deletionspython/pyspark/sql/types.py
- sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala 0 additions, 10 deletions...core/src/main/scala/org/apache/spark/sql/SQLContext.scala
Loading
Please register or sign in to comment