lidavidm commented on code in PR #1457:
URL: https://github.com/apache/arrow-adbc/pull/1457#discussion_r1459714579
##########
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:
Ah, I meant to do this before opening it, thanks. I've updated it so that
entrypoints reset the incremental execution state where appropriate.
--
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]