WillAyd commented on PR #1093: URL: https://github.com/apache/arrow-adbc/pull/1093#issuecomment-1762069918
The current limitation with multiple iterations is that the call to `AdbcStatementBind` will release the array, so I guess would either need to take Bind out of the loop, create the array in the loop, or figure out some way to prevent `AdbcStatementBind` from releasing the array (I don't think this exists) -- 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]
