lidavidm commented on code in PR #893:
URL: https://github.com/apache/arrow-adbc/pull/893#discussion_r1261591632
##########
go/adbc/pkg/_tmpl/driver.go.tmpl:
##########
@@ -85,6 +87,87 @@ func errToAdbcErr(adbcerr *C.struct_AdbcError, err error)
adbc.Status {
return adbc.StatusUnknown
}
+// errorDetails handles the standard error details feature in ADBC.
+type errorDetails struct {
+ errorDetails []adbc.ErrorDetail
+}
+
Review Comment:
Can't. We'd have to refactor a bunch of things that use `{{.Prefix}}` too.
--
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]