wjones127 commented on code in PR #417: URL: https://github.com/apache/arrow-adbc/pull/417#discussion_r1099033660
########## adbc.h: ########## @@ -796,7 +797,7 @@ AdbcStatusCode AdbcConnectionRelease(struct AdbcConnection* connection, /// \param[out] error Error details, if an error occurs. ADBC_EXPORT AdbcStatusCode AdbcConnectionGetInfo(struct AdbcConnection* connection, - uint32_t* info_codes, size_t info_codes_length, + const uint32_t* info_codes, size_t info_codes_length, Review Comment: This is the only one left now. Maybe I should separate this out from the docs change, and we can consider this for the future? -- 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]
