ennuite commented on code in PR #732: URL: https://github.com/apache/arrow-go/pull/732#discussion_r3567587321
########## arrow/flight/flightsql/client.go: ########## @@ -1105,13 +1107,14 @@ func (tx *Txn) RollbackSavepoint(ctx context.Context, sp Savepoint, opts ...grpc // prepared statement handle. // // If the server returned the Dataset Schema or Parameter Binding schemas -// at creation, they will also be accessible from this object. Close +// or isUpdate at creation, they will also be accessible from this object. Close // should be called when no longer needed. Review Comment: Addressed in https://github.com/apache/arrow-go/pull/732/changes/fcecddd10018d3c7c8b0c449a1cd87ef9a9f02ed -- 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]
