[ https://issues.apache.org/jira/browse/SPARK-32489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dongjoon Hyun resolved SPARK-32489. ----------------------------------- Fix Version/s: 3.1.0 Resolution: Fixed Issue resolved by pull request 29298 [https://github.com/apache/spark/pull/29298] > Pass all `core` module UTs in Scala 2.13 > ---------------------------------------- > > Key: SPARK-32489 > URL: https://issues.apache.org/jira/browse/SPARK-32489 > Project: Spark > Issue Type: Sub-task > Components: Spark Core > Affects Versions: 3.1.0 > Reporter: Dongjoon Hyun > Assignee: Dongjoon Hyun > Priority: Major > Fix For: 3.1.0 > > > {code} > $ dev/change-scala-version.sh 2.13 > $ build/mvn test -pl core --am -Pscala-2.13 > ... > Tests: succeeded 2612, failed 3, canceled 1, ignored 8, pending 0 > *** 3 TESTS FAILED *** > {code} > *AFTER* > {code} > Tests: succeeded 2615, failed 0, canceled 1, ignored 8, pending 0 > All tests passed. > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org