GitHub user jiangxb1987 opened a pull request:
https://github.com/apache/spark/pull/14790
[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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jiangxb1987/spark parseDataType
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/14790.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #14790
----
commit ccea258a5b5832e0c14e5552e8cf2891f8902ede
Author: jiangxingbo <[email protected]>
Date: 2016-08-17T08:57:02Z
remove SQLContext.parseDataType(dataTypeString: String) method.
commit 2ad4db2e4d0db4475947e97003be50dcad2cbf79
Author: jiangxingbo <[email protected]>
Date: 2016-08-24T14:17:30Z
fix test cases fail.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]