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


##########
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:
   I see. @cdkrot could you confirm if `RetryException` and `RetriesExceeded` 
are internal error or not? If they are internal error, I think we can just 
close this PR.



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