diff --git a/docs/source/user-guide/sql/sql_status.md b/docs/source/user-guide/sql/sql_status.md index b260ecb4bae9a..6075a23330a8f 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