HyukjinKwon commented on code in PR #40112:
URL: https://github.com/apache/spark/pull/40112#discussion_r1113762405
##########
python/pyspark/sql/session.py:
##########
@@ -458,7 +458,7 @@ def getOrCreate(self) -> "SparkSession":
else:
raise RuntimeError(
"Cannot start a remote Spark session because
there "
- "is a regular Spark Connect already running."
+ "is a regular SparkSession already running."
Review Comment:
```suggestion
"is a regular Spark session already running."
```
--
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]