zeroshade commented on code in PR #681:
URL: https://github.com/apache/arrow-adbc/pull/681#discussion_r1196694118
##########
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:
isn't this technically a breaking change?
--
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]