Uh oh!
There was an error while loading. Please reload this page.
[SPARK-27382][SQL][TEST] Update Spark 2.4.x testing in HiveExternalCatalogVersionsSuite - #24292
Closed
dongjoon-hyun wants to merge 1 commit into
Closed
[SPARK-27382][SQL][TEST] Update Spark 2.4.x testing in HiveExternalCatalogVersionsSuite#24292dongjoon-hyun wants to merge 1 commit into
dongjoon-hyun wants to merge 1 commit into
Conversation
dongjoon-hyun
commented
Apr 4, 2019
MemberAuthor
cc @dbtsai |
MemberAuthor
Is there any issue for 2.4.1 release, @felixcheung ? I can find PySpark 2.4.1 already. |
SparkQA
commented
Apr 4, 2019
Test build #104270 has finished for PR 24292 at commit
|
dbtsai
commented
Apr 4, 2019
Member
LGTM. |
srowen
approved these changes
Apr 4, 2019
dongjoon-hyun
commented
Apr 4, 2019
MemberAuthor
dongjoon-hyun
commented
Apr 4, 2019
MemberAuthor
Retest this please |
SparkQA
commented
Apr 4, 2019
Test build #104292 has finished for PR 24292 at commit
|
dongjoon-hyun
commented
Apr 4, 2019
MemberAuthor
The PySpark UT failures are irrelevant to this PR. |
dongjoon-hyun
commented
Apr 4, 2019
MemberAuthor
Retest this please. |
SparkQA
commented
Apr 4, 2019
Test build #104297 has finished for PR 24292 at commit
|
dongjoon-hyun
commented
Apr 4, 2019
MemberAuthor
Thank you all! |
dongjoon-hyun added a commit
that referenced
this pull request
Apr 4, 2019
…talogVersionsSuite ## What changes were proposed in this pull request? Since Apache Spark 2.4.1 vote passed and is distributed into mirrors, we need to test 2.4.1. This should land on both `master` and `branch-2.4`. ## How was this patch tested? Pass the Jenkins. Closes#24292 from dongjoon-hyun/SPARK-27382. Authored-by: Dongjoon Hyun <dhyun@apple.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com> (cherry picked from commit 938d954) Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
felixcheung
commented
Apr 5, 2019
Member
just that we have to do this every - time ;) |
kai-chi pushed a commit
to kai-chi/spark
that referenced
this pull request
Jul 23, 2019
…talogVersionsSuite ## What changes were proposed in this pull request? Since Apache Spark 2.4.1 vote passed and is distributed into mirrors, we need to test 2.4.1. This should land on both `master` and `branch-2.4`. ## How was this patch tested? Pass the Jenkins. Closesapache#24292 from dongjoon-hyun/SPARK-27382. Authored-by: Dongjoon Hyun <dhyun@apple.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com> (cherry picked from commit 938d954) Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
kai-chi pushed a commit
to kai-chi/spark
that referenced
this pull request
Jul 25, 2019
…talogVersionsSuite ## What changes were proposed in this pull request? Since Apache Spark 2.4.1 vote passed and is distributed into mirrors, we need to test 2.4.1. This should land on both `master` and `branch-2.4`. ## How was this patch tested? Pass the Jenkins. Closesapache#24292 from dongjoon-hyun/SPARK-27382. Authored-by: Dongjoon Hyun <dhyun@apple.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com> (cherry picked from commit 938d954) Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
kai-chi pushed a commit
to kai-chi/spark
that referenced
this pull request
Aug 1, 2019
…talogVersionsSuite ## What changes were proposed in this pull request? Since Apache Spark 2.4.1 vote passed and is distributed into mirrors, we need to test 2.4.1. This should land on both `master` and `branch-2.4`. ## How was this patch tested? Pass the Jenkins. Closesapache#24292 from dongjoon-hyun/SPARK-27382. Authored-by: Dongjoon Hyun <dhyun@apple.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com> (cherry picked from commit 938d954) 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 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?
Since Apache Spark 2.4.1 vote passed and is distributed into mirrors, we need to test 2.4.1. This should land on both
masterandbranch-2.4.How was this patch tested?
Pass the Jenkins.