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 eb83e95bfa Add datafusion-federation to Integrations (#9853)
eb83e95bfa is described below
commit eb83e95bfaaacd991dc73757ea53851a906e11ac
Author: Phillip LeBlanc <[email protected]>
AuthorDate: Fri Mar 29 23:07:52 2024 +0900
Add datafusion-federation to Integrations (#9853)
---
docs/source/user-guide/introduction.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/source/user-guide/introduction.md
b/docs/source/user-guide/introduction.md
index 708318db4a..be15848407 100644
--- a/docs/source/user-guide/introduction.md
+++ b/docs/source/user-guide/introduction.md
@@ -141,7 +141,7 @@ Here are some less active projects that used DataFusion:
[kamu]: https://github.com/kamu-data/kamu-cli
[greptime db]: https://github.com/GreptimeTeam/greptimedb
[horaedb]: https://github.com/apache/incubator-horaedb
-[influxdb iox]: https://github.com/influxdata/influxdb_iox
+[influxdb]: https://github.com/influxdata/influxdb
[parseable]: https://github.com/parseablehq/parseable
[prql-query]: https://github.com/prql/prql-query
[qv]: https://github.com/timvw/qv
@@ -169,6 +169,7 @@ provide integrations with other systems, some of which are
described below:
-
[datafusion-bigtable](https://github.com/datafusion-contrib/datafusion-bigtable)
-
[datafusion-catalogprovider-glue](https://github.com/datafusion-contrib/datafusion-catalogprovider-glue)
+-
[datafusion-federation](https://github.com/datafusion-contrib/datafusion-federation)
## Why DataFusion?