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

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


Reply via email to