mbrobbel commented on code in PR #3381:
URL: https://github.com/apache/arrow-adbc/pull/3381#discussion_r2313682155


##########
rust/core/src/error.rs:
##########
@@ -22,6 +22,10 @@ use std::{ffi::NulError, fmt::Display};
 
 use arrow_schema::ArrowError;
 
+use crate::constants;
+
+pub type AdbcStatusCode = u8;

Review Comment:
   We could move it and provide a `TryInto` impl?



-- 
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]

Reply via email to