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/15 19:57:34 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #6356: Minor: Update docs with extended file format support

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


##########
docs/source/user-guide/sql/sql_status.md:
##########
@@ -128,8 +128,12 @@
 
 ## Data Sources
 
+In addition to allowing arbitrary datasources via the `TableProvider`
+trait, DataFusion includes built in support for the following formats:
+
 - [x] CSV
 - [x] Parquet primitive types
-- [ ] Parquet nested types
+- [x] Parquet nested types
 - [x] JSON
 - [x] Avro
+- [x] Arrow

Review Comment:
   🎉 



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