ivandasch commented on code in PR #58:
URL: 
https://github.com/apache/ignite-python-thin-client/pull/58#discussion_r1015186828


##########
pyignite/utils.py:
##########
@@ -225,12 +225,13 @@ def datetime_hashcode(value: int) -> int:
     return (value & LONG_MASK) ^ (unsigned(value, ctypes.c_ulonglong) >> 32)
 
 
-def status_to_exception(exc: Type[Exception]):
+def status_to_exception(exc: Type[Exception], ignore_timeout=False):

Review Comment:
   Agree, that name is not great. But I haven't found the better variant though 
:(



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

Reply via email to