zeroshade commented on code in PR #13868:
URL: https://github.com/apache/arrow/pull/13868#discussion_r945828022
##########
go/arrow/flight/flightsql/client.go:
##########
@@ -230,12 +232,17 @@ func (c *Client) GetSqlInfo(ctx context.Context, info
[]SqlInfo, opts ...grpc.Ca
return flightInfoForCommand(ctx, c, cmd, opts...)
}
+// Prepare creates a PreparedStatement object for the specified query.
+// The resulting PreparedStatement object should be Closed when no longer
+// needed. It will maintain a reference to this Client for use to execute
+// and use the specified allocator for any allocations it needs to perform.
Review Comment:
Probably a bad merge :( I'll fix it.
--
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]