You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/09 03:14:05 UTC

[GitHub] [arrow-datafusion] yahoNanJing commented on pull request #2479: Move `data-access` crate into `datafusion` directory

yahoNanJing commented on PR #2479:
URL: https://github.com/apache/arrow-datafusion/pull/2479#issuecomment-1120592147

   Hi @andygrove, according to #2076, the reason to move the data-access crate out of the datafusion directory is to make it possible for other crates, like **datafusion-objectstore-s3** and **datafusion-objectstore-hdfs**, to depend on only this crate rather than the whole datafusion crate. Then the datafusion crate may also be able to depend on the object store extensions. 
   
   In summary, the data-access crate should not depend on the datafusion. The dependencies should be like follows:
   ```
   datafusion
        |        \
        |          \
        |            datafusion-objectstore-extensions
        |            /
        |          /
   data-access
   ```
   


-- 
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-unsubscribe@arrow.apache.org

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