lidavidm commented on code in PR #3381:
URL: https://github.com/apache/arrow-adbc/pull/3381#discussion_r2312675356
##########
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:
I guess we can't move this to the FFI crate because the TryFrom
implementation has to be in this crate?
--
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]