jackyhu-db commented on code in PR #3092:
URL: https://github.com/apache/arrow-adbc/pull/3092#discussion_r2183117564


##########
csharp/src/Drivers/Databricks/RetryHttpHandler.cs:
##########
@@ -118,7 +118,7 @@ protected override async Task<HttpResponseMessage> 
SendAsync(
             }
 
             throw new DatabricksException(
-                lastErrorMessage ?? "Service temporarily unavailable and retry 
timeout exceeded",
+                "[SQLState: 08001]" + (lastErrorMessage ?? "Service 
temporarily unavailable and retry timeout exceeded"),

Review Comment:
   Thanks. It makes sense and I uploaded the patch to fix it.



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