You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/05/28 11:35:35 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #6472: Improve getting started guide, add note about compatible `arrow` versions

alamb commented on code in PR #6472:
URL: https://github.com/apache/arrow-datafusion/pull/6472#discussion_r1208524772


##########
docs/source/index.rst:
##########
@@ -31,6 +31,13 @@ DataFusion offers SQL and Dataframe APIs, excellent
 CSV, Parquet, JSON, and Avro, extensive customization, and a great
 community.
 
+The `example usage`_ section in the user guide and the `datafusion-examples`_ code in the crate contain information on using DataFusion.

Review Comment:
   This makes the readme from github consistet with the readme on https://arrow.apache.org/datafusion/
   
   <img width="943" alt="Screenshot 2023-05-28 at 7 34 36 AM" src="https://github.com/apache/arrow-datafusion/assets/490673/e8637b22-137d-4a49-88cb-0e75a7f178a1">
   



##########
docs/source/user-guide/example-usage.md:
##########
@@ -81,6 +81,26 @@ async fn main() -> datafusion::error::Result<()> {
 +---+--------+
 ```
 
+## Arrow Versions
+
+Many of DataFusion's public APIs use types from the

Review Comment:
   This is what I am trying to help



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