xieshuaihu commented on code in PR #46278:
URL: https://github.com/apache/spark/pull/46278#discussion_r1582838182


##########
connector/connect/server/src/main/scala/org/apache/spark/sql/connect/execution/ExecuteThreadRunner.scala:
##########
@@ -177,6 +177,10 @@ private[connect] class ExecuteThreadRunner(executeHolder: 
ExecuteHolder) extends
         s"Spark Connect - ${StringUtils.abbreviate(debugString, 128)}")
       session.sparkContext.setInterruptOnCancel(true)
 
+      executeHolder.schedulerPool.foreach { pool =>
+        
session.sparkContext.setLocalProperty(SparkContext.SPARK_SCHEDULER_POOL, pool)

Review Comment:
   I commented in this api. This api should cowork with server.
   
![image](https://github.com/apache/spark/assets/24190835/fa43a927-f5c3-4553-9a2b-bdd2bd41bd7a)
   
   I use this feature in our spark environment, it works.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to