Uh oh!
There was an error while loading. Please reload this page.
[SPARK-30289][FOLLOWUP][DOC] Update the migration guide for spark.sql.legacy.ctePrecedencePolicy - #27782
Closed
xuanyuanking wants to merge 1 commit into
Closed
[SPARK-30289][FOLLOWUP][DOC] Update the migration guide for spark.sql.legacy.ctePrecedencePolicy#27782xuanyuanking wants to merge 1 commit into
spark.sql.legacy.ctePrecedencePolicy#27782xuanyuanking wants to merge 1 commit into
Conversation
xuanyuanking
commented
Mar 4, 2020
MemberAuthor
HyukjinKwon
approved these changes
Mar 4, 2020
HyukjinKwon
commented
Mar 4, 2020
Member
Now we started to build the documentation in PR builders as well https://github.com/apache/spark/pull/27782/checks?check_run_id=483869358. I will merge once this passes. |
viirya
commented
Mar 4, 2020
via email
Member
Cannot use laptop now. LGTM. …On Tue, Mar 3, 2020, 17:58 Li Yuanjian ***@***.***> wrote:
cc @viirya <https://github.com/viirya> @cloud-fan
<https://github.com/cloud-fan>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#27782?email_source=notifications&email_token=AAAQZ53UVNWUNP4ZFSO5253RFWYTRA5CNFSM4LAYTWEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENV7A4Q#issuecomment-594276466>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAQZ56SXG3LACU7EBHL4X3RFWYTRANCNFSM4LAYTWEA>
.
|
SparkQA
commented
Mar 4, 2020
Test build #119269 has finished for PR 27782 at commit
|
cloud-fan
commented
Mar 4, 2020
Contributor
LGTM |
HyukjinKwon
commented
Mar 4, 2020
Member
Merged to master and branch-3.0. |
HyukjinKwon pushed a commit
that referenced
this pull request
Mar 4, 2020
…l.legacy.ctePrecedencePolicy` ### What changes were proposed in this pull request? Fix the migration guide document for `spark.sql.legacy.ctePrecedence.enabled`, which is introduced in #27579. ### Why are the changes needed? The config value changed. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Document only. Closes#27782 from xuanyuanking/SPARK-30829-follow. Authored-by: Yuanjian Li <xyliyuanjian@gmail.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org> (cherry picked from commit f7f1948) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
xuanyuanking
commented
Mar 4, 2020
MemberAuthor
Thanks! |
sjincho pushed a commit
to sjincho/spark
that referenced
this pull request
Apr 15, 2020
…l.legacy.ctePrecedencePolicy` ### What changes were proposed in this pull request? Fix the migration guide document for `spark.sql.legacy.ctePrecedence.enabled`, which is introduced in apache#27579. ### Why are the changes needed? The config value changed. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Document only. Closesapache#27782 from xuanyuanking/SPARK-30829-follow. Authored-by: Yuanjian Li <xyliyuanjian@gmail.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Fix the migration guide document for
spark.sql.legacy.ctePrecedence.enabled, which is introduced in #27579.Why are the changes needed?
The config value changed.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Document only.