lidavidm commented on code in PR #3819:
URL: https://github.com/apache/arrow-adbc/pull/3819#discussion_r2649502371
##########
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(
Review Comment:
As a backstop so that the entrypoint can be found. Otherwise you have to
declare it manually which is a bit inconvenient.
--
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]