dongjoon-hyun commented on PR #51932: URL: https://github.com/apache/spark/pull/51932#issuecomment-3168748884
``` $ dev/scalastyle Using SPARK_LOCAL_IP=localhost Scalastyle checks passed. $ build/sbt "core/testOnly *.RPackageUtilsSuite" ... [info] Run completed in 2 seconds, 267 milliseconds. [info] Total number of tests run: 3 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 3, failed 0, canceled 3, ignored 0, pending 0 [info] All tests passed. [success] Total time: 8 s, completed Aug 8, 2025, 10:07:12 AM $ build/sbt "sql/testOnly *.Parquet*PartitionDiscoverySuite" ... [info] Run completed in 21 seconds, 37 milliseconds. [info] Total number of tests run: 74 [info] Suites: completed 2, aborted 0 [info] Tests: succeeded 74, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 34 s, completed Aug 8, 2025, 10:08:03 AM $ build/sbt "hive/testOnly *.ParquetHadoopFsRelationSuite" -Phive ... [info] Run completed in 28 seconds, 150 milliseconds. [info] Total number of tests run: 40 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 40, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 44 s, completed Aug 8, 2025, 10:09:15 AM ``` -- 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]
