lidavidm commented on code in PR #3197: URL: https://github.com/apache/arrow-adbc/pull/3197#discussion_r2244126396
########## rust/driver_manager/src/lib.rs: ########## @@ -720,6 +712,7 @@ fn set_option_database( ERR_ONLY_STRING_OPT, Status::NotImplemented, ))?, + (_, _) => unreachable!(), Review Comment: I think it's unlikely Status will change, but AdbcVersion is likely to be extended -- 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