-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-27382][SQL][TEST] Update Spark 2.4.x testing in HiveExternalCatalogVersionsSuite #24292
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
…talogVersionsSuite
|
cc @dbtsai |
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.
hmm ;0
|
Is there any issue for 2.4.1 release, @felixcheung ? I can find PySpark 2.4.1 already. |
|
Test build #104270 has finished for PR 24292 at commit
|
|
LGTM. |
|
Retest this please |
|
Test build #104292 has finished for PR 24292 at commit
|
|
The PySpark UT failures are irrelevant to this PR. |
|
Retest this please. |
|
Test build #104297 has finished for PR 24292 at commit
|
|
Thank you all! |
…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 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 938d954) Signed-off-by: Dongjoon Hyun <[email protected]>
|
just that we have to do this every - time ;) |
…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 apache#24292 from dongjoon-hyun/SPARK-27382. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 938d954) Signed-off-by: Dongjoon Hyun <[email protected]>
…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 apache#24292 from dongjoon-hyun/SPARK-27382. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 938d954) Signed-off-by: Dongjoon Hyun <[email protected]>
…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 apache#24292 from dongjoon-hyun/SPARK-27382. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 938d954) Signed-off-by: Dongjoon Hyun <[email protected]>
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.