cloud-fan commented on code in PR #44349:
URL: https://github.com/apache/spark/pull/44349#discussion_r1426365997


##########
python/pyspark/errors/exceptions/base.py:
##########
@@ -34,6 +34,7 @@ def __init__(
         message: Optional[str] = None,
         error_class: Optional[str] = None,
         message_parameters: Optional[Dict[str, str]] = None,
+        query_contexts: List["QueryContext"] = [],

Review Comment:
   oh, the server side has probably embedded it in the error message.



-- 
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-unsubscr...@spark.apache.org

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


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

Reply via email to