dongjoon-hyun commented on PR #56780:
URL: https://github.com/apache/spark/pull/56780#issuecomment-4802435436

   I verified manually too.
   
   **BEFORE**
   ```
   $ build/sbt "hive/testOnly *.HiveClientSuites" -Phive 
-Dtest.exclude.tags=org.apache.spark.tags.SlowHiveTest
   [info] HiveClientSuites:
   [info] HiveClientSuite(2.0):
   [info] - 2.0: create client (19 seconds, 663 milliseconds)
   ...
   ```
   
   **AFTER**
   ```
   $ build/sbt "hive/testOnly *.HiveClientSuites" -Phive 
-Dtest.exclude.tags=org.apache.spark.tags.SlowHiveTest
   [info] HiveClientSuites:
   [info] HiveClientSuites:
   [info] HiveClientSuite(2.0):
   [info] HiveClientSuite(2.1):
   [info] HiveClientSuite(2.2):
   [info] HiveClientSuite(2.3):
   [info] HiveClientSuite(3.0):
   [info] HiveClientSuite(3.1):
   [info] HiveClientSuite(4.0):
   [info] HiveClientSuite(4.1):
   [info] HiveClientSuite(4.2):
   [info] Run completed in 959 milliseconds.
   [info] Total number of tests run: 0
   [info] Suites: completed 10, aborted 0
   [info] Tests: succeeded 0, failed 0, canceled 0, ignored 0, pending 0
   [info] No tests were executed.
   [success] Total time: 16 s, completed Jun 25, 2026, 10:33:06 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]

Reply via email to