amoeba commented on code in PR #4455: URL: https://github.com/apache/arrow-adbc/pull/4455#discussion_r3532793527
########## docs/source/rust/quickstart.rst: ########## @@ -23,14 +23,17 @@ Here we'll briefly tour using ADBC with the `DataFusion`_ driver. .. _DataFusion: https://datafusion.apache.org/ +.. note:: The DataFusion driver is maintained by a third party. We're using it here since we don't maintain any Rust-based drivers directly. Review Comment: ```suggestion .. note:: The DataFusion driver is maintained by a third party, the ADBC Driver Foundry (https://adbc-drivers.org). We're using it here since we don't maintain any Rust-based drivers directly. ``` -- 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]
