eitsupi opened a new pull request, #3245: URL: https://github.com/apache/arrow-adbc/pull/3245
As discussed in #3197, enums should not be marked as `non_exhaustive` because they are unlikely to be expanded in the future without breaking changes. The exception is `AdbcVersion`, but on our side, if this is extended we have to make sure to change adbc_driver_manager as well, so we also have to run the unstable `non_exhaustive_omitted_patterns` lint with nightly toolchain. -- 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