qstommyshu commented on issue #7302:
URL: https://github.com/apache/datafusion/issues/7302#issuecomment-2753002918

   Hi @alamb 
   
   I've read through some examples in 
[main/datafusion-examples/examples/](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/),
 they are really helpful for understanding how to use datafusion. 
   
   And I've checked and tested examples in [library user 
guide](https://datafusion.apache.org/library-user-guide/using-the-sql-api.html),
 the examples are correct and runnable (I copied the examples from doc and 
pasted it to `sql_query.rs`, everything runs flawlessly).  
   
   I made some code refactoring to the examples in 
[/datafusion-examples/examples/sql_query.rs](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/sql_query.rs)
 on local just to make it easier for a beginner to learn about datafusion. 
Maybe I can create a PR from here?
   
   That being said, I think we probably don't need to remove example functions 
in the [library user 
guide](https://datafusion.apache.org/library-user-guide/using-the-sql-api.html).
 
   
   > Fill in the content of 
[arrow.apache.org/datafusion/library-user-guide/using-the-sql-api.html](https://arrow.apache.org/datafusion/library-user-guide/using-the-sql-api.html)
   
   I'll try to fill out the documentation content as I'm exploring the project.


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to