zeroshade commented on code in PR #1457:
URL: https://github.com/apache/arrow-adbc/pull/1457#discussion_r1459685536
##########
go/adbc/driver/flightsql/flightsql_statement.go:
##########
@@ -132,6 +153,9 @@ type statement struct {
prepared *flightsql.PreparedStatement
queueSize int
timeouts timeoutOption
+ // TODO: this needs to be cleared at appropriate times
Review Comment:
should we create a corresponding issue to make sure we don't forget to do
this?
--
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]