zeroshade commented on PR #3607: URL: https://github.com/apache/arrow-adbc/pull/3607#issuecomment-3437675068
> Do we want async variants of things like GetObjects, Prepare, etc.? I'm not sure if an async variant of `Prepare` makes that much sense, but it would make sense to add async variants for anything that currently returns an `ArrowArrayStream` such as GetObjects etc. Would an async variant for Prepare be something like `AdbcStatementPrepare(struct AdbcStatement*, void (*on_prepared)(struct AdbcStatement*, struct AdbcError*))` where it returns immediately and calls `on_prepared` when it finishes (with the error being non-nil if there was an error, and being nil if successful)? -- 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]
