-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-30841][SQL][FOLLOW-UP] Change 'version' of spark.sql.execution.pandas.udf.buffer.size to 3.0.0 #28144
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
|
This is the last PR if I didn't miss anything. It should be backported to branch-3.0 as well. |
|
BTW, thanks for finding this instance @beliefer. |
|
Thanks @srowen. |
|
Let me merge this - build and documentation generation test passed, which are relevant with my change, really. Merged to master and branch-3.0. |
….pandas.udf.buffer.size to 3.0.0 ### What changes were proposed in this pull request? This PR fixes the added version of `spark.sql.execution.pandas.udf.buffer.size` to 3.0.0 (see also SPARK-27870) ### Why are the changes needed? To show the correct version added. ### Does this PR introduce any user-facing change? Yes but only in the unreleased branches. It will change the version shown in SQL documentation. ### How was this patch tested? Not tested. Jenkins will test it out. Closes #28144 from HyukjinKwon/SPARK-30841-followup. Authored-by: HyukjinKwon <gurwls223@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org> (cherry picked from commit 6cf7336) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
|
Test build #120911 has finished for PR 28144 at commit
|
|
@HyukjinKwon I have a problem why we change version of |
|
Now it should be fine in branch-3.0: |
|
@HyukjinKwon Thank you. The work of version statistics has finally come to an end. |
….pandas.udf.buffer.size to 3.0.0 ### What changes were proposed in this pull request? This PR fixes the added version of `spark.sql.execution.pandas.udf.buffer.size` to 3.0.0 (see also SPARK-27870) ### Why are the changes needed? To show the correct version added. ### Does this PR introduce any user-facing change? Yes but only in the unreleased branches. It will change the version shown in SQL documentation. ### How was this patch tested? Not tested. Jenkins will test it out. Closes apache#28144 from HyukjinKwon/SPARK-30841-followup. Authored-by: HyukjinKwon <gurwls223@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
What changes were proposed in this pull request?
This PR fixes the added version of
spark.sql.execution.pandas.udf.buffer.sizeto 3.0.0 (see also SPARK-27870)Why are the changes needed?
To show the correct version added.
Does this PR introduce any user-facing change?
Yes but only in the unreleased branches. It will change the version shown in SQL documentation.
How was this patch tested?
Not tested. Jenkins will test it out.