You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "itholic (via GitHub)" <gi...@apache.org> on 2023/08/07 05:56:27 UTC

[GitHub] [spark] itholic commented on a diff in pull request #42371: [SPARK-44694][PYTHON][CONNECT] Refactor active sessions and expose them as an API

itholic commented on code in PR #42371:
URL: https://github.com/apache/spark/pull/42371#discussion_r1285406934


##########
python/pyspark/errors/error_classes.py:
##########
@@ -622,6 +622,11 @@
       "No active Spark session found. Please create a new Spark session before running the code."
     ]
   },
+  "NO_ACTIVE_OR_DEFAULT_SESSION" : {

Review Comment:
   We already have `NO_ACTIVE_SESSION`. Maybe we can update the existing error class?



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