felipecrv commented on code in PR #2470:
URL: https://github.com/apache/arrow-adbc/pull/2470#discussion_r1953482076
##########
CHANGELOG.md:
##########
@@ -759,3 +759,46 @@
- **c/driver/postgresql**: Use Status instead of AdbcStatusCode/AdbcError in
result helper (#2178)
- **c/driver**: Use non-objects framework components in Postgres driver (#2166)
- **c/driver/postgresql**: Use copy writer in BindStream for parameter binding
(#2157)
+
+## ADBC Libraries 16 (2025-01-17)
+
+### Versions
+
+- C/C++/GLib/Go/Python/Ruby: 1.4.0
Review Comment:
These are also the ADBC protocol version?
Could this be the reason loading a Go driver from Rust (dynamically)
triggers version check errors?
```
Error: Error { message: "Unknown ADBC version: 1.4.0", status:
InvalidArguments, vendor_code: 0, sqlstate: [0, 0, 0, 0, 0], details: None }
```
@zeroshade @lidavidm
--
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]