This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 350c5da872 docs: add Ballista link to landing page (#17746) (#17775)
350c5da872 is described below

commit 350c5da8728ed0195cccb1061bae3189f5b7c0ba
Author: Nihal Rajak <[email protected]>
AuthorDate: Fri Sep 26 13:47:30 2025 +0530

    docs: add Ballista link to landing page (#17746) (#17775)
    
    * docs: add Ballista link to landing page (#17746)
    
    This adds a link and description for DataFusion Ballista to the landing 
page, as suggested in issue #17746. Ballista is a distributed compute platform 
built on top of DataFusion.
    
    Closes: #17746
    
    * fix(docs): update Ballista link
    
    * updated theory part
---
 docs/source/index.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/source/index.rst b/docs/source/index.rst
index edc6d311ce..574c285b0e 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -51,12 +51,14 @@ The following related subprojects target end users and have 
separate documentati
   queries.
 - `DataFusion Comet <https://datafusion.apache.org/comet/>`_ is an accelerator 
for Apache Spark based on
   DataFusion.
+- `DataFusion Ballista <https://datafusion.apache.org/ballista/>`_ is 
distributed processing extension for DataFusion.
 
 "Out of the box," DataFusion offers `SQL 
<https://datafusion.apache.org/user-guide/sql/index.html>`_
 and `Dataframe 
<https://docs.rs/datafusion/latest/datafusion/dataframe/struct.DataFrame.html>`_
 APIs,
 excellent `performance <https://benchmark.clickhouse.com/>`_, built-in support 
for CSV, Parquet, JSON, and Avro,
 extensive customization, and a great community.
 `Python Bindings <https://github.com/apache/datafusion-python>`_ are also 
available.
+`Ballista <https://datafusion.apache.org/ballista/>`_ is Apache DataFusion 
extension enabling the parallelized execution of workloads across multiple 
nodes in a distributed environment.
 
 DataFusion features a full query planner, a columnar, streaming, 
multi-threaded,
 vectorized execution engine, and partitioned data sources. You can
@@ -163,6 +165,6 @@ To get started, see
    :maxdepth: 1
    :caption: DataFusion Subprojects
 
-   DataFusion Ballista <https://arrow.apache.org/ballista/>
+   DataFusion Ballista <https://datafusion.apache.org/ballista/>
    DataFusion Comet <https://datafusion.apache.org/comet/>
    DataFusion Python <https://datafusion.apache.org/python/>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to