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

   ### What feature or improvement would you like to see?
   
   We should publish the datafusion and snowflake driver/wrappers.
   
   It appears cargo can't handle multiple crates at once. AFAIK, this is what 
needs to happen:
   
   - Crates other than core need to list a `version` for their adbc-core 
dependency in addition to `path`
     - A local build will use the local copy, otherwise it will pull from 
crates.io (but the version won't exist)
   - That version needs to be kept in sync
   - When we publish, we first publish core, then publish the other packages


-- 
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]

Reply via email to