This is an automated email from the ASF dual-hosted git repository.

dongjoon-hyun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 64fb953b9f2c [SPARK-57730][SQL][TEST] Mark `HiveClientUserNameSuite` 
as `SlowHiveTest`
64fb953b9f2c is described below

commit 64fb953b9f2c868992a37033b068e62387535172
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Jun 27 22:23:17 2026 -0700

    [SPARK-57730][SQL][TEST] Mark `HiveClientUserNameSuite` as `SlowHiveTest`
    
    ### What changes were proposed in this pull request?
    
    This PR annotates `HiveClientUserNameSuite` with `SlowHiveTest`.
    
    ### Why are the changes needed?
    
    To rebalance Hive test CIs.
    
    - https://github.com/apache/spark/actions/runs/28305120380
    
    <img width="637" height="100" alt="Screenshot 2026-06-27 at 19 35 47" 
src="https://github.com/user-attachments/assets/cc156ac0-c25d-4948-8397-da895ebf9b82";
 />
    
    ### Does this PR introduce _any_ user-facing change?
    
    No. This is a test-only change.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Opus 4.8
    
    Closes #56841 from dongjoon-hyun/SPARK-57730.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .../org/apache/spark/sql/hive/client/HiveClientUserNameSuite.scala      | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/sql/hive/src/test/scala/org/apache/spark/sql/hive/client/HiveClientUserNameSuite.scala
 
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/client/HiveClientUserNameSuite.scala
index b94d517e89e3..193839d178fd 100644
--- 
a/sql/hive/src/test/scala/org/apache/spark/sql/hive/client/HiveClientUserNameSuite.scala
+++ 
b/sql/hive/src/test/scala/org/apache/spark/sql/hive/client/HiveClientUserNameSuite.scala
@@ -22,8 +22,10 @@ import java.security.PrivilegedExceptionAction
 import org.apache.hadoop.conf.Configuration
 import org.apache.hadoop.security.UserGroupInformation
 
+import org.apache.spark.tags.SlowHiveTest
 import org.apache.spark.util.Utils
 
+@SlowHiveTest
 class HiveClientUserNameSuite(version: String) extends 
HiveVersionSuite(version) {
 
   test("username of HiveClient - no UGI") {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to