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/12/04 06:27:09 UTC

Re: [PR] [SPARK-46230][PYTHON] Migrate `RetriesExceeded` into PySpark error. [spark]

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


##########
python/pyspark/sql/connect/client/retries.py:
##########
@@ -248,13 +249,6 @@ def __iter__(self) -> Generator[AttemptManager, None, None]:
             yield AttemptManager(self)
 
 
-class RetryException(Exception):

Review Comment:
   Done reverting!



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