zeroshade commented on code in PR #681:
URL: https://github.com/apache/arrow-adbc/pull/681#discussion_r1196729326
##########
adbc.h:
##########
@@ -479,7 +485,7 @@ struct ADBC_EXPORT AdbcDatabase {
void* private_data;
/// \brief The associated driver (used by the driver manager to help
/// track state).
- struct AdbcDriver* private_driver;
+ void* private_driver;
Review Comment:
Are there any other libraries that you're aware of that have done something
like this without an embedding 'treadmill' that we could use for inspiration?
--
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]