lidavidm commented on code in PR #1071:
URL: https://github.com/apache/arrow-adbc/pull/1071#discussion_r1327465463


##########
go/adbc/driver/flightsql/utils.go:
##########
@@ -135,3 +130,20 @@ func checkContext(maybeErr error, ctx context.Context) 
error {
        }
        return ctx.Err()
 }
+
+// grpc's Status derps if you ask it to deserialize the error details, giving
+// you an error for each item. Instead, poke into its internals and directly
+// extract and return the protobuf Any to the client.

Review Comment:
   this is because the standalone shared library won't have the Protobuf 
definitions for everything built in



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