dongjoon-hyun commented on PR #51931: URL: https://github.com/apache/spark/pull/51931#issuecomment-3168310540
``` $ dev/scalastyle Using SPARK_LOCAL_IP=localhost Scalastyle checks passed. $ build/sbt "sql/testOnly *.Parquet*PartitionDiscoverySuite" ... [info] Run completed in 20 seconds, 333 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: 33 s, completed Aug 8, 2025, 8:26:14 AM $ build/sbt "hive/testOnly *.HiveOrcQuerySuite" -Phive ... [info] Run completed in 26 seconds, 116 milliseconds. [info] Total number of tests run: 43 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 43, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 40 s, completed Aug 8, 2025, 8:27:21 AM $ build/sbt "hive/testOnly *.ParquetHadoopFsRelationSuite" -Phive ... [info] Run completed in 29 seconds, 564 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: 41 s, completed Aug 8, 2025, 8:28:22 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]
