You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/21 01:33:41 UTC

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #39137: [SPARK-41586][SPARK-41598][PYTHON] Introduce PySpark errors package and error classes

HyukjinKwon commented on code in PR #39137:
URL: https://github.com/apache/spark/pull/39137#discussion_r1053896291


##########
python/pyspark/sql/utils.py:
##########
@@ -102,6 +102,17 @@ def getSqlState(self) -> Optional[str]:
         else:
             return None
 
+    def getMessageParameters(self) -> Optional[dict]:

Review Comment:
   Should we inherit `PySparkException` here for `CapturedException`?



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