ueshin commented on code in PR #40538:
URL: https://github.com/apache/spark/pull/40538#discussion_r1147030723


##########
python/pyspark/errors/exceptions/connect.py:
##########
@@ -119,13 +135,43 @@ class QueryExecutionException(SparkConnectGrpcException, 
BaseQueryExecutionExcep
     """
 
 
-class SparkUpgradeException(SparkConnectGrpcException, 
BaseSparkUpgradeException):
+class PythonException(SparkConnectGrpcException, BasePythonException):
     """
-    Exception thrown because of Spark upgrade from Spark Connect
+    Exceptions thrown from Spark Connect server.

Review Comment:
   The comment is from the previous. We can change it to `Spark Connect` while 
we are here.



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