cloud-fan commented on code in PR #53914:
URL: https://github.com/apache/spark/pull/53914#discussion_r2732073144


##########
sql/connect/client/jvm/src/test/scala/org/apache/spark/sql/connect/test/RemoteSparkSession.scala:
##########
@@ -134,7 +134,7 @@ object SparkConnectServerUtils {
       // Testing SPARK-49673, setting maxBatchSize to 10MiB
       s"spark.connect.grpc.arrow.maxBatchSize=${10 * 1024 * 1024}",
       // Cache less sessions to save memory.
-      "spark.executor.isolatedSessionCache.size=5",
+      "spark.executor.isolatedSessionCache.size=10",

Review Comment:
   not quite related to this PR, make it larger than the common parallelism 
setting (8) to speed up tests



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