joellubi commented on code in PR #1649:
URL: https://github.com/apache/arrow-adbc/pull/1649#discussion_r1560164673


##########
adbc.h:
##########
@@ -459,6 +459,24 @@ const struct AdbcError* AdbcErrorFromArrayStream(struct 
ArrowArrayStream* stream
 ///
 /// \see AdbcConnectionGetInfo
 #define ADBC_INFO_VENDOR_ARROW_VERSION 2
+/// \brief Indicates whether SQL queries are supported (type: bool).

Review Comment:
   I think considering the ADBC version to be an ABI version makes sense. If a 
driver implementation were to adopt this "version" it would not require any 
changes in behavior, as there's no actual requirement to send or recognize the 
new constants.
   
   I think it may actually be more confusing to describe this as a new version, 
since there are no discernible differences in behavior between 1.1.0 and 1.1.1.
   
   Any objections to moving forward with this PR as it currently is?



-- 
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]

Reply via email to