lidavidm commented on issue #2694: URL: https://github.com/apache/arrow-adbc/issues/2694#issuecomment-2795486421
Maybe for C++ we can say "The returned ArrowArrayStream may outlive the AdbcStatement, but it may return an error if the statement is closed before the stream. Alternatively, the statement is allowed to error if Release is called while any streams are outstanding." For Rust, we could require the `'static` bound as suggested but also note that errors may be returned at runtime. Does that work? -- 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]
