rshura commented on code in PR #2185:
URL: https://github.com/apache/arrow-adbc/pull/2185#discussion_r1774133712


##########
go/adbc/driver/flightsql/utils.go:
##########
@@ -107,6 +115,9 @@ func adbcFromFlightStatusWithDetails(err error, header, 
trailer metadata.MD, con
                        }
                default:
                        for _, value := range values {
+                               if strings.HasPrefix(value, "Grpc-") {
+                                       continue
+                               }

Review Comment:
   I don't know why and how, but I was getting TextErrorDetails with key 
`trailer` and value `Grpc-Status` and `Grpc-Message` and 
`Grpc-Status-Details-Bin`. I don't think those values can be useful.



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