juliuszsompolski commented on code in PR #44670:
URL: https://github.com/apache/spark/pull/44670#discussion_r1448795792
##########
connector/connect/server/src/main/scala/org/apache/spark/sql/connect/service/SparkConnectReattachExecuteHandler.scala:
##########
@@ -29,25 +29,26 @@ class SparkConnectReattachExecuteHandler(
extends Logging {
def handle(v: proto.ReattachExecuteRequest): Unit = {
- val executeHolder = SparkConnectService.executionManager
- .getExecuteHolder(ExecuteKey(v.getUserContext.getUserId, v.getSessionId,
v.getOperationId))
Review Comment:
hm, I'm aware of some rare issues with the scala client
https://issues.apache.org/jira/browse/SPARK-45206, but python client should be
fine with https://github.com/apache/spark/pull/42929#discussion_r1329071826 fix
I believe...
--
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]