Skip to content
Snippets Groups Projects
Commit 5f02d2e5 authored by jiangxingbo's avatar jiangxingbo Committed by Reynold Xin
Browse files

[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.
parent 4d0706d6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment