paleolimbot commented on issue #2413:
URL: https://github.com/apache/arrow-adbc/issues/2413#issuecomment-2578117145

   Perhaps concretely:
   
   - `pip install "adbc-driver-manager[dbapi]"` installs `pyarrow` and uses it 
if available (no change from current)
   - `pip install adbc-driver-manager` installs nothing else (no change from 
current) and errors for any calls to a dbapi function that require inspecting a 
non-ADBC object like an array, schema, or array stream if `pyarrow` is not 
available
   - Some combination of me and/or Will work to add a fallback to `pyarrow` 
using `nanoarrow` that can be opted in to (or used of pyarrow is not available)


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to