zeroshade commented on code in PR #490:
URL: https://github.com/apache/arrow-adbc/pull/490#discussion_r1126953021


##########
go/adbc/driver/flightsql/utils.go:
##########
@@ -32,7 +32,7 @@ func adbcFromFlightStatus(err error) error {
        switch status.Code(err) {
        case codes.OK:
                return nil
-       case codes.Canceled:
+       case codes.Canceled, codes.DeadlineExceeded:

Review Comment:
   I missed that, i'll fix that.



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