You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "HyukjinKwon (via GitHub)" <gi...@apache.org> on 2023/02/22 02:29:54 UTC

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #40112: [SPARK-41933][FOLLOWUP][CONNECT] Correct an error message

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org