Uh oh!
There was an error while loading. Please reload this page.
[SPARK-22107] Change as to alias in python quickstart - #19326
Conversation
HyukjinKwon
commented
Sep 23, 2017
How does it relate to #19283? |
jgoleary
commented
Sep 23, 2017
@HyukjinKwon looks like this does the same thing as |
HyukjinKwon
commented
Sep 24, 2017
That's fine. I believe we don't usually need a JIRA for a trivial change though. Would you mind double checking if there are similar instances in the PySpark doc? Also, it'd be great if we add |
jgoleary
commented
Sep 24, 2017
Updated description. The only other mentions of |
HyukjinKwon
commented
Sep 24, 2017
ok to test |
SparkQA
commented
Sep 24, 2017
Test build #82139 has finished for PR 19326 at commit
|
## What changes were proposed in this pull request? Updated docs so that a line of python in the quick start guide executes. Closes#19283 ## How was this patch tested? Existing tests. Author: John O'Leary <jgoleary@gmail.com> Closes#19326 from jgoleary/issues/22107. (cherry picked from commit 20adf9a) Signed-off-by: hyukjinkwon <gurwls223@gmail.com>
HyukjinKwon
commented
Sep 25, 2017
Merged to master and branch-2.2. @jgoleary, I merged this considering the first contribution but let's do this in a batch if possible in the future. |
## What changes were proposed in this pull request? Updated docs so that a line of python in the quick start guide executes. Closesapache#19283 ## How was this patch tested? Existing tests. Author: John O'Leary <jgoleary@gmail.com> Closesapache#19326 from jgoleary/issues/22107. (cherry picked from commit 20adf9a) Signed-off-by: hyukjinkwon <gurwls223@gmail.com>
What changes were proposed in this pull request?
Updated docs so that a line of python in the quick start guide executes. Closes#19283
How was this patch tested?
Existing tests.