LuciferYang commented on PR #36925: URL: https://github.com/apache/spark/pull/36925#issuecomment-1160395973
run ``` dev/change-scala-version.sh 2.13 mvn clean install -DskipTests -pl sql/catalyst -am -Pscala-2.13 mvn test -pl sql/catalyst -Pscala-2.13 ``` All test passed ``` Run completed in 4 minutes, 31 seconds. Total number of tests run: 6583 Suites: completed 285, aborted 0 Tests: succeeded 6583, failed 0, canceled 1, ignored 5, pending 0 All tests passed. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
