[SPARK-35838][BUILD][TESTS] Ensure all modules can be maven test independently in Scala 2.13#32994
[SPARK-35838][BUILD][TESTS] Ensure all modules can be maven test independently in Scala 2.13#32994LuciferYang wants to merge 3 commits into
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 |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
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
|
dongjoon-hyun
left a comment
There was a problem hiding this comment.
+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.13profile to external/kafka-0-10-sql/pom.xml, external/avro/pom.xml and sql/hive-thriftserver/pom.xml, thescala-2.13profile 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-sqlmodulebefore
After
external/avromodulebefore
After
sql/hive-thriftservermodulebefore
After