lidavidm commented on code in PR #700:
URL: https://github.com/apache/arrow-adbc/pull/700#discussion_r1258445390
##########
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:
Yes, that's why I made it interface{} so we can easily return them directly
without forcing apps to serialize/deserialize them
--
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]