felipecrv opened a new issue, #2524:
URL: https://github.com/apache/arrow-adbc/issues/2524

   ### What feature or improvement would you like to see?
   
   The driver manager doesn't have to necessarily require the same version that 
the datafusion driver requires (due to datafusion's specific arrow version 
requirements).
   
   So I propose a more flexible range of versions in the workspace `Cargo.toml`:
   
   ```diff
   -version = "54.1.0"
   +version = ">=53.1.0, <55",
   ```
   
   This allows applications that are still using Arrow 53 to use the driver 
manager without introducing another version of Arrow to the dependency tree.


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

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

Reply via email to