[SPARK-30312][DOCS][FOLLOWUP] Add a migration guide#27269
Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-30312
Closed
[SPARK-30312][DOCS][FOLLOWUP] Add a migration guide#27269dongjoon-hyun wants to merge 1 commit intoapache:masterfrom dongjoon-hyun:SPARK-30312
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-30312
Conversation
Member
Author
|
cc @viirya and @gatorsmile |
Member
Author
|
Hi, @viirya . Could you review this? After this, I want to add more on this |
Member
|
sure, will take a look after coming back from lunch.
…On Fri, Jan 17, 2020, 11:32 Dongjoon Hyun ***@***.***> wrote:
Hi, @viirya <https://github.com/viirya> . Could you review this? After
this, I want to add more on this 2.4.4 -> 2.4.5 and add 2.4.3 -> 2.4.4,
too.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#27269?email_source=notifications&email_token=AAAQZ57QXHECKS45SCM7BZLQ6IBWTA5CNFSM4KIMQDS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJIXPSI#issuecomment-575764425>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAQZ54Z4TI37PY76QMMQK3Q6IBWTANCNFSM4KIMQDSQ>
.
|
|
Test build #116963 has finished for PR 27269 at commit
|
Member
|
retest this please |
viirya
approved these changes
Jan 17, 2020
Member
|
Do we need 2.4.3 -> 2.4.4? I think this is added since 2.4.5, no? |
|
Test build #116965 has finished for PR 27269 at commit
|
Member
Author
|
The Thank you. Merged to master/2.4. |
dongjoon-hyun
added a commit
that referenced
this pull request
Jan 17, 2020
This is a followup of #26956 to add a migration document for 2.4.5. New legacy configuration will restore the previous behavior safely. This PR updates the doc. <img width="763" alt="screenshot" src="https://user-images.githubusercontent.com/9700541/72639939-9da5a400-391b-11ea-87b1-14bca15db5a6.png"> Build the document and see the change manually. Closes #27269 from dongjoon-hyun/SPARK-30312. Authored-by: Dongjoon Hyun <dhyun@apple.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com> (cherry picked from commit fdbded3) Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
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 free
to 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?
This is a followup of #26956 to add a migration document for 2.4.5.
Why are the changes needed?
New legacy configuration will restore the previous behavior safely.
Does this PR introduce any user-facing change?
This PR updates the doc.
How was this patch tested?
Build the document and see the change manually.