-
Notifications
You must be signed in to change notification settings - Fork 28.3k
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
[SPARK-35838][BUILD][TESTS] Ensure all modules can be maven test independently in Scala 2.13 #32994
Conversation
Kubernetes integration test starting |
Kubernetes integration test status success |
Test build #140063 has finished for PR 32994 at commit
|
Let me check if there are any other modules that need scala-2.13 profile and fix these in one |
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.
Thank you, @LuciferYang ! I'm looking forward to seeing your confirmation.
I manually tested all spark modules related to |
Kubernetes integration test starting |
Kubernetes integration test status failure |
Test build #140136 has finished for PR 32994 at commit
|
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, @LuciferYang .
Merged to master.
thx ~ @dongjoon-hyun |
What changes were proposed in this pull request?
Similar to SPARK-35532, the main change of this pr is add
scala-2.13
profile to external/kafka-0-10-sql/pom.xml, external/avro/pom.xml and sql/hive-thriftserver/pom.xml, thescala-2.13
profile include dependency onscala-parallel-collections_2.13
, then all(34) spark modules can maven test independently.Why are the changes needed?
Ensure alll(34) spark modules can be maven test independently in Scala 2.13
Does this PR introduce any user-facing change?
No
How was this patch tested?
external/kafka-0-10-sql
modulebefore
After
external/avro
modulebefore
After
sql/hive-thriftserver
modulebefore
After