lidavidm commented on code in PR #95:
URL: https://github.com/apache/arrow-adbc/pull/95#discussion_r959053341
##########
adbc.h:
##########
@@ -1061,7 +1048,7 @@ typedef AdbcStatusCode (*AdbcDriverInitFunc)(size_t
count, struct AdbcDriver* dr
struct AdbcError* error);
// For use with count
-#define ADBC_VERSION_0_0_1 27
+#define ADBC_VERSION_0_0_1 26
Review Comment:
If you have opinions on the approach, I'd be interested!
Compatibility is also why _most_ things are free functions, which is
opposite of the C Data Interface…though for convenience, some structs do expose
fields to the user
--
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]