-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[SPARK-28704][SQL][TEST] Add back Skiped HiveExternalCatalogVersionsSuite in HiveSparkSubmitSuite at JDK9+ #30428
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
Kubernetes integration test starting |
Thank you for this efforts, @AngersZhuuuu ! |
Kubernetes integration test status failure |
Test build #131355 has finished for PR 30428 at commit
|
Retest this please. |
versions.filter(v => v.startsWith("3") || !TestUtils.isPythonVersionAtLeast38()) | ||
versions | ||
.filter(v => v.startsWith("3") || !TestUtils.isPythonVersionAtLeast38()) | ||
.filter(v => v.startsWith("3") || !SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_11)) |
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.
Shall we use JavaVersion.JAVA_9
to be consistent with the PR title ~~~ at JDK9+
?
BTW, @AngersZhuuuu . The title is correct? Please revise it according to the PR content.
|
Kubernetes integration test starting |
Kubernetes integration test status success |
Test build #131370 has finished for PR 30428 at commit
|
Test build #131371 has finished for PR 30428 at commit
|
Could you take a look at |
Kubernetes integration test starting |
Kubernetes integration test status success |
Test build #131381 has finished for PR 30428 at commit
|
retest this please |
updated, seems latest UT failed not this issue? |
Kubernetes integration test starting |
Kubernetes integration test status success |
Test build #131398 has finished for PR 30428 at commit
|
retest this please |
Kubernetes integration test starting |
Kubernetes integration test status success |
Test build #131401 has finished for PR 30428 at commit
|
retest this please |
Kubernetes integration test starting |
Kubernetes integration test status failure |
Test build #131406 has finished for PR 30428 at commit
|
ping @dongjoon-hyun All pass now. |
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.
+1, LGTM. Thank you so much, @AngersZhuuuu .
Merged to master for Apache Spark 3.1.
Ur, it seems that GitHub Action failed with
|
And, it seems to happen in a clean installation setup like GitHub Action. I'll revert this quickly. Sorry, @AngersZhuuuu . |
In the build information it download zookeeper successfully. Ur a little strange, what should I need to do next? |
It's ok, do I need to open a new PR to test GitAction? |
Yes. Please, @AngersZhuuuu . We can focus on the |
What changes were proposed in this pull request?
We skip test HiveExternalCatalogVersionsSuite when testing with JAVA_9 or later because our previous version does not support JAVA_9 or later. We now add it back since we have a version supports JAVA_9 or later.
Why are the changes needed?
To recover test coverage.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Check CI logs.