juliuszsompolski commented on code in PR #42415:
URL: https://github.com/apache/spark/pull/42415#discussion_r1288613598


##########
connector/connect/docs/client-connection-string.md:
##########
@@ -91,6 +91,16 @@ sc://hostname:port/;param1=value;param2=value
     <i>Default: </i><pre>_SPARK_CONNECT_PYTHON</pre> in the Python client</td>
     <td><pre>user_agent=my_data_query_app</pre></td>
   </tr>
+  <tr>
+    <td>session_id</td>
+    <td>String</td>
+    <td>In addition to the user ID, the cache of Spark Sessions in the Spark 
Connect
+    server uses a session ID as the cache key. This option in the connection 
string
+    allows to provide this session ID to allow sharing Spark Sessions for the 
same users
+    for example across multiple languages.<br/>
+    <i>Default: A UUID generated randomly</td>

Review Comment:
   document that this must be an UUID string of the string of the format 
00112233-4455-6677-8899-aabbccddeeff



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