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:11 UTC

[GitHub] [arrow-datafusion] alamb opened a new pull request, #6356: Minor: Update docs with extended file format support

alamb opened a new pull request, #6356:
URL: https://github.com/apache/arrow-datafusion/pull/6356

   In anticipation of https://github.com/apache/arrow-datafusion/pull/6337 from @jonmmease  landing, let's update the docs with the newly supported format


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


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

Posted by "jonmmease (via GitHub)" <gi...@apache.org>.
jonmmease commented on PR #6356:
URL: https://github.com/apache/arrow-datafusion/pull/6356#issuecomment-1554647618

   Thanks!


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


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

Posted by "alamb (via GitHub)" <gi...@apache.org>.
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


[GitHub] [arrow-datafusion] alamb merged pull request #6356: Minor: Update docs with extended file format support

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb merged PR #6356:
URL: https://github.com/apache/arrow-datafusion/pull/6356


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