This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new eebe61f6de Minor: Update docs with extended file format support (#6356)
eebe61f6de is described below
commit eebe61f6de812150919274ca26cbafc12bd74399
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri May 19 09:41:39 2023 -0400
Minor: Update docs with extended file format support (#6356)
---
docs/source/user-guide/sql/sql_status.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/docs/source/user-guide/sql/sql_status.md
b/docs/source/user-guide/sql/sql_status.md
index b260ecb4ba..6075a23330 100644
--- a/docs/source/user-guide/sql/sql_status.md
+++ b/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