From 25c84adc88372cc11dcc56c684dc04a4cd6009e2 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Mon, 15 May 2023 15:43:55 -0400 Subject: [PATCH] Minor: Update docs with extended file format support --- 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 b260ecb4bae9..6075a23330a8 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