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


##########
go/adbc/driver/flightsql/utils.go:
##########
@@ -71,5 +73,7 @@ func adbcFromFlightStatus(err error) error {
        return adbc.Error{
                Msg:  err.Error(),
                Code: adbcCode,
+               // slice of proto.Message or error
+               Details: grpcStatus.Details(),

Review Comment:
   it looks like the details themselves are effectively `proto.Message` 
interfaces that we could leverage?



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to