-
Notifications
You must be signed in to change notification settings - Fork 173
Description
What happened?
The documentation in the adbc_core crate points to the adbc.h file in this repository by its GitHub URL, which seemed to have moved since.
This is happening in three locations;
-
rust/core/src/lib.rs:
https://github.com/apache/arrow-adbc/blob/0276f2a4372a5a07ab6e36b60491ff96c2c76b84/rust/core/src/lib.rs#L30C1-L32C1 -
rust/core/src/driver_manager.rs
https://github.com/apache/arrow-adbc/blob/0276f2a4372a5a07ab6e36b60491ff96c2c76b84/rust/core/src/driver_manager.rs#L20C1-L22C71 -
rust/core/src/ffi/mod.rs
https://github.com/apache/arrow-adbc/blob/0276f2a4372a5a07ab6e36b60491ff96c2c76b84/rust/core/src/ffi/mod.rs#L18C1-L18C103
The correct URL is (at present): https://github.com/apache/arrow-adbc/blob/main/c/include/arrow-adbc/adbc.h
I will create a PR with the new URL.
Stack Trace
No response
How can we reproduce the bug?
No response
Environment/Setup
No response