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/03/25 03:57:55 UTC

[GitHub] [arrow-datafusion] matthewmturner commented on a change in pull request #2081: Reorganize the project folders

matthewmturner commented on a change in pull request #2081:
URL: https://github.com/apache/arrow-datafusion/pull/2081#discussion_r834934881



##########
File path: data-access/README.md
##########
@@ -17,8 +17,6 @@
   under the License.
 -->
 
-# DataFusion Storage
+# Data Access Layer
 
-This module contains an `async` API for the [DataFusion][df] to access data, either remotely or locally.
-
-[df]: https://crates.io/crates/datafusion
+This module contains an `async` API for accessing data based on object store interfaces, either remotely or locally.

Review comment:
       If i understand the intent of this correctly, i think the data access layer could expose other data access methods than just object store (although they may not exist yet). For example a streaming provider, or database provider.  If this is correct i think we would just want to make the description more generic.




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