lidavidm commented on PR #692:
URL: https://github.com/apache/arrow-adbc/pull/692#issuecomment-1555044000
Ah, because the drivers do this
```
auto* driver = reinterpret_cast<struct AdbcDriver*>(raw_driver);
std::memset(driver, 0, sizeof(*driver));
```
and now that the struct has changed, they need to actually check the size of
the struct they're about to manipulate.
--
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]