dongjoon-hyun commented on PR #51935: URL: https://github.com/apache/spark/pull/51935#issuecomment-3169184323
``` $ dev/lint-java Using `mvn` from path: /opt/homebrew/bin/mvn Using SPARK_LOCAL_IP=localhost Checkstyle checks passed. $ dev/lint-scala Using SPARK_LOCAL_IP=localhost Scalastyle checks passed. Scalafmt checks passed. $ build/sbt "network-common/test" ... [info] Passed: Total 164, Failed 0, Errors 0, Passed 164, Canceled 1 [success] Total time: 52 s, completed Aug 8, 2025, 1:13:07 PM $ build/sbt "core/testOnly *.ExecutorClassLoaderSuite" ... [info] All tests passed. [success] Total time: 10 s, completed Aug 8, 2025, 1:13:35 PM $ build/sbt "core/testOnly *.JavaAPISuite" ... [info] Passed: Total 92, Failed 0, Errors 0, Passed 92 [success] Total time: 13 s, completed Aug 8, 2025, 1:14:10 PM $ build/sbt "hive/testOnly *.InsertSuite" -Phive ... [info] Tests: succeeded 53, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 39 s, completed Aug 8, 2025, 1:15:35 PM $ build/sbt "streaming/testOnly *.InputStreamsSuite" ... [info] Tests: succeeded 11, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 21 s, completed Aug 8, 2025, 1:16:30 PM $ build/sbt "yarn/testOnly *.YarnSparkHadoopUtilSuite" -Pyarn ... [info] Tests: succeeded 6, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 21 s, completed Aug 8, 2025, 1:17:05 PM ``` -- 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]
