dongjoon-hyun commented on code in PR #39751: URL: https://github.com/apache/spark/pull/39751#discussion_r1087504155
########## python/pyspark/sql/connect/session.py: ########## @@ -456,7 +455,7 @@ def register_udf(self, function: Any, return_type: Union[str, DataType]) -> str: @staticmethod def _start_connect_server(master: str, opts: Dict[str, Any]) -> None: """ - Starts the Spark Connect server given the master. + Starts the Spark Connect server given the master (thread-unsafe). Review Comment: Oh, is it okay? -- 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