dongjoon-hyun commented on PR #51934: URL: https://github.com/apache/spark/pull/51934#issuecomment-3169014457
I verified this single test suite change like the following. ``` $ dev/lint-scala Using SPARK_LOCAL_IP=localhost Scalastyle checks passed. Scalafmt checks passed. $ build/sbt "hive/testOnly *.InsertSuite" -Phive ... [info] Run completed in 24 seconds, 468 milliseconds. [info] Total number of tests run: 53 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 53, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 37 s, completed Aug 8, 2025, 11:54: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]
