liviazhu commented on code in PR #53411:
URL: https://github.com/apache/spark/pull/53411#discussion_r2605250955


##########
sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/StateStoreCoordinatorSuite.scala:
##########
@@ -430,7 +435,7 @@ class StateStoreCoordinatorSuite extends SparkFunSuite with 
SharedSparkContext {
     ) {
       withCoordinatorAndSQLConf(
         sc,
-        SQLConf.SHUFFLE_PARTITIONS.key -> "5",
+        SQLConf.SHUFFLE_PARTITIONS.key -> "3",

Review Comment:
   This was the test with the largest runtime so only decided to reduce the 
shuffle partitions here. It reduces the test time around 16% (from 6s to 5s).



-- 
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