From 81e76870847fbd803a4c686bf3a9adeffb8633d5 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Tue, 29 Jul 2025 08:53:26 -0600 Subject: [PATCH] Remove references to DataFusion for Ray sub project now that it is no longer maintained --- README.md | 2 -- docs/source/index.rst | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index fb7f838a572b..8c92d0780fa5 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,6 @@ See [use cases] for examples. The following related subprojects target end users - [DataFusion Python](https://github.com/apache/datafusion-python/) offers a Python interface for SQL and DataFrame queries. -- [DataFusion Ray](https://github.com/apache/datafusion-ray/) provides a distributed version of DataFusion that scales - out on Ray clusters. - [DataFusion Comet](https://github.com/apache/datafusion-comet/) is an accelerator for Apache Spark based on DataFusion. diff --git a/docs/source/index.rst b/docs/source/index.rst index a22c109655a5..2fc7970f094b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -49,8 +49,6 @@ The following related subprojects target end users and have separate documentati - `DataFusion Python `_ offers a Python interface for SQL and DataFrame queries. -- `DataFusion Ray `_ provides a distributed version of DataFusion - that scales out on `Ray `_ clusters. - `DataFusion Comet `_ is an accelerator for Apache Spark based on DataFusion.