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


##########
python/pyspark/sql/connect/client.py:
##########
@@ -772,6 +772,7 @@ def __exit__(
         if isinstance(exc_val, BaseException):
             # Swallow the exception.
             if self._can_retry(exc_val):
+                logger.debug(f"Server responded with retryable error: 
{exc_val}")

Review Comment:
   Shall we also mention that we're trying from this error? The message itself 
looks like it has to be either error or warning.



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