https://github.com/apache/spark
Revision e52acc2afcba8662b337b42e44a23ef118deea0f authored by Hyukjin Kwon on 16 January 2019, 15:23:36 UTC, committed by Hyukjin Kwon on 16 January 2019, 15:24:24 UTC
## What changes were proposed in this pull request?

This PR proposes to fix deprecated `SQLContext` to `SparkSession` in Python API main page.

**Before:**

![screen shot 2019-01-16 at 5 30 19 pm](https://user-images.githubusercontent.com/6477701/51239583-bac82f80-19b4-11e9-9129-8dae2c23ec79.png)

**After:**

![screen shot 2019-01-16 at 5 29 54 pm](https://user-images.githubusercontent.com/6477701/51239577-b734a880-19b4-11e9-8539-592cb772168d.png)

## How was this patch tested?

Manually checked the doc after building it.
I also checked by `grep -r "SQLContext"` and looks this is the only instance left.

Closes #23565 from HyukjinKwon/minor-doc-change.

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
(cherry picked from commit e92088de4d6755f975eb8b44b4d75b81e5a0720e)
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent 22ab94f
History
Tip revision: e52acc2afcba8662b337b42e44a23ef118deea0f authored by Hyukjin Kwon on 16 January 2019, 15:23:36 UTC
[MINOR][PYTHON] Fix SQLContext to SparkSession in Python API main page
Tip revision: e52acc2

README.md

back to top