ianmcook commented on code in PR #3388: URL: https://github.com/apache/arrow-adbc/pull/3388#discussion_r2317173324
########## docs/source/python/driver_manager.rst: ########## @@ -43,34 +39,52 @@ Installation Usage ===== -.. warning:: This API is for low level usage only. **You almost certainly - should not use this**, instead use the entrypoints provided by - driver packages, for example: +Using the driver manager is different from using the individual, driver-specific +packages such as ``adbc_driver_postgresql``. Review Comment: "Using ... is different" could be misinterpreted to mean that the API is different. ```suggestion The driver manager is different from the individual, driver-specific packages such as ``adbc_driver_postgresql``. ``` -- 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]
