-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-33265][TEST] Rename classOf[Seq] to classOf[scala.collection.Seq] in PostgresIntegrationSuite for Scala 2.13 #30166
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 |
|
Kubernetes integration test status failure |
|
Test build #130346 has finished for PR 30166 at commit
|
|
retest this please |
HyukjinKwon
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.
Seems fine.
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #130355 has finished for PR 30166 at commit
|
|
retest this please. |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #130400 has finished for PR 30166 at commit
|
|
retest this please. |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
retest this please. |
|
Test build #130583 has finished for PR 30166 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #130587 has finished for PR 30166 at commit
|
|
Merged to master. |
What changes were proposed in this pull request?
This PR renames some part of
SeqinPostgresIntegrationSuitetoscala.collection.Seq.When I run
docker-integration-test, I noticed thatPostgresIntegrationSuitefailed due toClassCastException.The reason is the same as what is resolved in SPARK-29292.
Why are the changes needed?
To pass
docker-integration-testfor Scala 2.13.Does this PR introduce any user-facing change?
No.
How was this patch tested?
Ran
PostgresIntegrationSuitefixed and confirmed it successfully finished.