-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-20021][PySpark] Miss backslash in python code #17352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #74839 has finished for PR 17352 at commit
|
|
cc @felixcheung and @srowen |
felixcheung
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
LGTM too. |
|
This looks reasonable, however there is a conflict, can you update this to the latest master? |
|
Test build #74923 has finished for PR 17352 at commit
|
## What changes were proposed in this pull request? Add backslash for line continuation in python code. ## How was this patch tested? Jenkins. Author: uncleGen <[email protected]> Author: dylon <[email protected]> Closes #17352 from uncleGen/python-example-doc. (cherry picked from commit facfd60) Signed-off-by: Sean Owen <[email protected]>
|
Merged to master / 2.1 |
What changes were proposed in this pull request?
Add backslash for line continuation in python code.
How was this patch tested?
Jenkins.