changgyoopark-db commented on code in PR #47930:
URL: https://github.com/apache/spark/pull/47930#discussion_r1743059541


##########
sql/connect/common/src/main/scala/org/apache/spark/sql/connect/client/ExecutePlanResponseReattachableIterator.scala:
##########
@@ -107,7 +107,7 @@ class ExecutePlanResponseReattachableIterator(
 
   // Server side session ID, used to detect if the server side session 
changed. This is set upon
   // receiving the first response from the server.
-  private var serverSideSessionId: Option[String] = None
+  private[connect] var serverSideSessionId: Option[String] = None

Review Comment:
   Understood. The scala changes are optional, so I'll just remove them.



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