-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-26224][SQL][PYTHON][R][FOLLOW-UP] Add notes about many projects in withColumn at SparkR and PySpark as well #24272
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
|
cc @cloud-fan and @mgaido91 |
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. is this also applicable to withColumnRenamed?
|
Test build #104184 has finished for PR 24272 at commit
|
|
retest this please |
|
The reported case was a usecase making sense with |
|
LGTM, thanks @HyukjinKwon . I don't think |
|
Test build #104190 has finished for PR 24272 at commit
|
|
retest this please |
|
Test build #104206 has finished for PR 24272 at commit
|
|
Thanks, @felixcheung, @mgaido91, @srowen and @viirya. Merged to master. |
What changes were proposed in this pull request?
This is a followup of #23285. This PR adds the notes into PySpark and SparkR documentation as well.
While I am here, I revised the doc a bit to make it sound a bit more neutral
How was this patch tested?
Manually built the doc and verified.