eitsupi commented on code in PR #3819:
URL: https://github.com/apache/arrow-adbc/pull/3819#discussion_r2649673866


##########
rust/ffi/src/driver_exporter.rs:
##########
@@ -207,6 +208,16 @@ macro_rules! export_driver {
             }
             adbc_core::constants::ADBC_STATUS_OK
         }
+
+        #[allow(non_snake_case)]
+        #[no_mangle]
+        pub unsafe extern "C" fn AdbcDriverInit(
+            version: std::os::raw::c_int,
+            driver: *mut std::os::raw::c_void,
+            error: *mut adbc_ffi::FFI_AdbcError,

Review Comment:
   ```suggestion
               error: *mut $crate::FFI_AdbcError,
   ```



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