eitsupi commented on PR #3695: URL: https://github.com/apache/arrow-adbc/pull/3695#issuecomment-3514421117
Yes, CI has been successful so far because optional dependencies are recognized as separate features and enabled by CI. https://github.com/apache/arrow-adbc/pull/3693#pullrequestreview-3437104414 So what I was thinking was that we would need to run the tests twice, once with `--all-features` and once without. (In fact, we are already running multiple tests for different Arrow versions.) https://github.com/apache/arrow-adbc/blob/e2eb4b0fdb6133794ff4c1a188d15dedd0541c72/.github/workflows/rust.yml#L240-L243 -- 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]
