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

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


The following commit(s) were added to refs/heads/branch-4.x by this push:
     new a242a59cbfc5 [SPARK-57683][SQL][TEST] Move 
`StateDataSourceTransformWithStateSuiteWithRowChecksum` to `ExtendedSQLTest`
a242a59cbfc5 is described below

commit a242a59cbfc5a3f80eedf3ea8ee4adeeb00f2dda
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jun 24 21:03:26 2026 -0700

    [SPARK-57683][SQL][TEST] Move 
`StateDataSourceTransformWithStateSuiteWithRowChecksum` to `ExtendedSQLTest`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to move 
`StateDataSourceTransformWithStateSuiteWithRowChecksum` to `ExtendedSQLTest` 
from `SlowSQLTest` to rebalance the CI test time.
    
    ### Why are the changes needed?
    
    `StateDataSourceTransformWithStateSuiteWithRowChecksum` took over 14 
minutes in `slow tests` suite (Total: `121 min`). We had better move this to 
`ExtendedSQLTest` whose running time is shorter (Total: `82 min`)
    
    - https://github.com/apache/spark/actions/runs/28135351057/job/83322926462
    
    <img width="612" height="138" alt="Screenshot 2026-06-24 at 19 14 57" 
src="https://github.com/user-attachments/assets/6b998c20-280f-4015-9e09-366831da0eca";
 />
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #56758 from dongjoon-hyun/SPARK-57683.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit e6fcb8440915e6e0f4f4945b486bfb2c568f9562)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .../datasources/v2/state/StateDataSourceTransformWithStateSuite.scala   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/v2/state/StateDataSourceTransformWithStateSuite.scala
 
b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/v2/state/StateDataSourceTransformWithStateSuite.scala
index e131b6a1d083..41f66807bef3 100644
--- 
a/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/v2/state/StateDataSourceTransformWithStateSuite.scala
+++ 
b/sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/v2/state/StateDataSourceTransformWithStateSuite.scala
@@ -1214,6 +1214,6 @@ class StateDataSourceTransformWithStateSuiteCheckpointV2 
extends
 /**
  * Test suite that runs all StateDataSourceTransformWithStateSuite tests with 
row checksum enabled.
  */
-@SlowSQLTest
+@ExtendedSQLTest
 class StateDataSourceTransformWithStateSuiteWithRowChecksum
   extends StateDataSourceTransformWithStateSuite with 
EnableStateStoreRowChecksum


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

Reply via email to