lidavidm commented on code in PR #2738: URL: https://github.com/apache/arrow-adbc/pull/2738#discussion_r2059364172
########## c/driver/common/utils.c: ########## @@ -27,7 +27,7 @@ static size_t kErrorBufferSize = 1024; -int AdbcStatusCodeToErrno(AdbcStatusCode code) { +int PrivateAdbcStatusCodeToErrno(AdbcStatusCode code) { Review Comment: Ah, I can change it. I saw for Nanoarrow we used the 'Private' prefix which is why I went with that -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org