abonander commented on code in PR #4427:
URL: https://github.com/apache/arrow-adbc/pull/4427#discussion_r3453667110
##########
rust/core/src/options.rs:
##########
@@ -18,6 +18,7 @@
//! Various option and configuration types.
use std::{os::raw::c_int, str::FromStr};
+use crate::constants::{ADBC_OPTION_VALUE_DISABLED, ADBC_OPTION_VALUE_ENABLED};
Review Comment:
I see other references to this module are qualified under `constants::` but
I felt that would have made the docs unnecessarily noisy.
--
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]