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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3da2cf2932 Publish built docs triggered by 
350c5da8728ed0195cccb1061bae3189f5b7c0ba
3da2cf2932 is described below

commit 3da2cf2932188d021f8bb5f6098407799561749c
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 26 08:18:22 2025 +0000

    Publish built docs triggered by 350c5da8728ed0195cccb1061bae3189f5b7c0ba
---
 _sources/index.rst.txt                                          | 4 +++-
 contributor-guide/api-health.html                               | 2 +-
 contributor-guide/architecture.html                             | 2 +-
 contributor-guide/communication.html                            | 2 +-
 contributor-guide/development_environment.html                  | 2 +-
 contributor-guide/governance.html                               | 2 +-
 contributor-guide/gsoc/gsoc_application_guidelines_2025.html    | 2 +-
 contributor-guide/gsoc/gsoc_project_ideas_2025.html             | 2 +-
 contributor-guide/gsoc/index.html                               | 2 +-
 contributor-guide/howtos.html                                   | 2 +-
 contributor-guide/index.html                                    | 2 +-
 contributor-guide/inviting.html                                 | 2 +-
 contributor-guide/roadmap.html                                  | 2 +-
 contributor-guide/specification/index.html                      | 2 +-
 contributor-guide/specification/invariants.html                 | 2 +-
 contributor-guide/specification/output-field-name-semantic.html | 2 +-
 contributor-guide/testing.html                                  | 2 +-
 download.html                                                   | 2 +-
 genindex.html                                                   | 2 +-
 index.html                                                      | 8 +++++---
 library-user-guide/building-logical-plans.html                  | 2 +-
 library-user-guide/catalogs.html                                | 2 +-
 library-user-guide/custom-table-providers.html                  | 2 +-
 library-user-guide/extending-operators.html                     | 2 +-
 library-user-guide/extensions.html                              | 2 +-
 library-user-guide/functions/adding-udfs.html                   | 2 +-
 library-user-guide/functions/index.html                         | 2 +-
 library-user-guide/functions/spark.html                         | 2 +-
 library-user-guide/index.html                                   | 2 +-
 library-user-guide/profiling.html                               | 2 +-
 library-user-guide/query-optimizer.html                         | 2 +-
 library-user-guide/table-constraints.html                       | 2 +-
 library-user-guide/upgrading.html                               | 2 +-
 library-user-guide/using-the-dataframe-api.html                 | 2 +-
 library-user-guide/using-the-sql-api.html                       | 2 +-
 library-user-guide/working-with-exprs.html                      | 2 +-
 search.html                                                     | 2 +-
 searchindex.js                                                  | 2 +-
 user-guide/cli/datasources.html                                 | 2 +-
 user-guide/cli/functions.html                                   | 2 +-
 user-guide/cli/index.html                                       | 2 +-
 user-guide/cli/installation.html                                | 2 +-
 user-guide/cli/overview.html                                    | 2 +-
 user-guide/cli/usage.html                                       | 2 +-
 user-guide/concepts-readings-events.html                        | 2 +-
 user-guide/configs.html                                         | 2 +-
 user-guide/crate-configuration.html                             | 2 +-
 user-guide/dataframe.html                                       | 2 +-
 user-guide/example-usage.html                                   | 2 +-
 user-guide/explain-usage.html                                   | 2 +-
 user-guide/expressions.html                                     | 2 +-
 user-guide/faq.html                                             | 2 +-
 user-guide/features.html                                        | 2 +-
 user-guide/introduction.html                                    | 2 +-
 user-guide/sql/aggregate_functions.html                         | 2 +-
 user-guide/sql/data_types.html                                  | 2 +-
 user-guide/sql/ddl.html                                         | 2 +-
 user-guide/sql/dml.html                                         | 2 +-
 user-guide/sql/explain.html                                     | 2 +-
 user-guide/sql/format_options.html                              | 2 +-
 user-guide/sql/index.html                                       | 2 +-
 user-guide/sql/information_schema.html                          | 2 +-
 user-guide/sql/operators.html                                   | 2 +-
 user-guide/sql/prepared_statements.html                         | 2 +-
 user-guide/sql/scalar_functions.html                            | 2 +-
 user-guide/sql/select.html                                      | 2 +-
 user-guide/sql/special_functions.html                           | 2 +-
 user-guide/sql/subqueries.html                                  | 2 +-
 user-guide/sql/window_functions.html                            | 2 +-
 69 files changed, 75 insertions(+), 71 deletions(-)

diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index edc6d311ce..574c285b0e 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -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/>
diff --git a/contributor-guide/api-health.html 
b/contributor-guide/api-health.html
index 74e2ff0a3a..8cac9c0e06 100644
--- a/contributor-guide/api-health.html
+++ b/contributor-guide/api-health.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/contributor-guide/architecture.html 
b/contributor-guide/architecture.html
index 50b5798294..26abd467e4 100644
--- a/contributor-guide/architecture.html
+++ b/contributor-guide/architecture.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/contributor-guide/communication.html 
b/contributor-guide/communication.html
index 323edcd416..4f49f0dc88 100644
--- a/contributor-guide/communication.html
+++ b/contributor-guide/communication.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/contributor-guide/development_environment.html 
b/contributor-guide/development_environment.html
index f3793dfddd..61c908888a 100644
--- a/contributor-guide/development_environment.html
+++ b/contributor-guide/development_environment.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/contributor-guide/governance.html 
b/contributor-guide/governance.html
index 234b53a99c..d7ed594f2d 100644
--- a/contributor-guide/governance.html
+++ b/contributor-guide/governance.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/contributor-guide/gsoc/gsoc_application_guidelines_2025.html 
b/contributor-guide/gsoc/gsoc_application_guidelines_2025.html
index 84119f4b5e..52c5a6236a 100644
--- a/contributor-guide/gsoc/gsoc_application_guidelines_2025.html
+++ b/contributor-guide/gsoc/gsoc_application_guidelines_2025.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/contributor-guide/gsoc/gsoc_project_ideas_2025.html 
b/contributor-guide/gsoc/gsoc_project_ideas_2025.html
index 92c9752b06..16280b78de 100644
--- a/contributor-guide/gsoc/gsoc_project_ideas_2025.html
+++ b/contributor-guide/gsoc/gsoc_project_ideas_2025.html
@@ -517,7 +517,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/contributor-guide/gsoc/index.html 
b/contributor-guide/gsoc/index.html
index d3adcbbf6f..6b11f20d19 100644
--- a/contributor-guide/gsoc/index.html
+++ b/contributor-guide/gsoc/index.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/contributor-guide/howtos.html b/contributor-guide/howtos.html
index 448bd9ffa2..506474d8cb 100644
--- a/contributor-guide/howtos.html
+++ b/contributor-guide/howtos.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/contributor-guide/index.html b/contributor-guide/index.html
index 07ef4a2856..558eee8722 100644
--- a/contributor-guide/index.html
+++ b/contributor-guide/index.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/contributor-guide/inviting.html b/contributor-guide/inviting.html
index 2b4cb75e1b..342cd57a0c 100644
--- a/contributor-guide/inviting.html
+++ b/contributor-guide/inviting.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/contributor-guide/roadmap.html b/contributor-guide/roadmap.html
index e5a041555f..a61a52ef82 100644
--- a/contributor-guide/roadmap.html
+++ b/contributor-guide/roadmap.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/contributor-guide/specification/index.html 
b/contributor-guide/specification/index.html
index d307141c6d..abade86b88 100644
--- a/contributor-guide/specification/index.html
+++ b/contributor-guide/specification/index.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/contributor-guide/specification/invariants.html 
b/contributor-guide/specification/invariants.html
index a506bda715..2af1957b7b 100644
--- a/contributor-guide/specification/invariants.html
+++ b/contributor-guide/specification/invariants.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/contributor-guide/specification/output-field-name-semantic.html 
b/contributor-guide/specification/output-field-name-semantic.html
index 8f80b1eaed..b5800af31c 100644
--- a/contributor-guide/specification/output-field-name-semantic.html
+++ b/contributor-guide/specification/output-field-name-semantic.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/contributor-guide/testing.html b/contributor-guide/testing.html
index 271fdaf896..9efd7f9878 100644
--- a/contributor-guide/testing.html
+++ b/contributor-guide/testing.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/download.html b/download.html
index ef46c88ade..deed813576 100644
--- a/download.html
+++ b/download.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/genindex.html b/genindex.html
index cb69480de5..c7369b5b82 100644
--- a/genindex.html
+++ b/genindex.html
@@ -515,7 +515,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/index.html b/index.html
index 44dc591cc6..d58fc2d267 100644
--- a/index.html
+++ b/index.html
@@ -517,7 +517,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
@@ -609,12 +609,14 @@ customized to particular workloads. See <a 
class="reference external" href="http
 queries.</p></li>
 <li><p><a class="reference external" 
href="https://datafusion.apache.org/comet/";>DataFusion Comet</a> is an 
accelerator for Apache Spark based on
 DataFusion.</p></li>
+<li><p><a class="reference external" 
href="https://datafusion.apache.org/ballista/";>DataFusion Ballista</a> is 
distributed processing extension for DataFusion.</p></li>
 </ul>
 <p>“Out of the box,” DataFusion offers <a class="reference external" 
href="https://datafusion.apache.org/user-guide/sql/index.html";>SQL</a>
 and <a class="reference external" 
href="https://docs.rs/datafusion/latest/datafusion/dataframe/struct.DataFrame.html";>Dataframe</a>
 APIs,
 excellent <a class="reference external" 
href="https://benchmark.clickhouse.com/";>performance</a>, built-in support for 
CSV, Parquet, JSON, and Avro,
 extensive customization, and a great community.
-<a class="reference external" 
href="https://github.com/apache/datafusion-python";>Python Bindings</a> are also 
available.</p>
+<a class="reference external" 
href="https://github.com/apache/datafusion-python";>Python Bindings</a> are also 
available.
+<a class="reference external" 
href="https://datafusion.apache.org/ballista/";>Ballista</a> is Apache 
DataFusion extension enabling the parallelized execution of workloads across 
multiple nodes in a distributed environment.</p>
 <p>DataFusion features a full query planner, a columnar, streaming, 
multi-threaded,
 vectorized execution engine, and partitioned data sources. You can
 customize DataFusion at almost all points including additional data sources,
@@ -710,7 +712,7 @@ See the <a class="reference external" 
href="https://datafusion.apache.org/contri
 <div class="toctree-wrapper compound" id="toc-subprojects">
 <p aria-level="2" class="caption" role="heading"><span 
class="caption-text">DataFusion Subprojects</span></p>
 <ul>
-<li class="toctree-l1"><a class="reference external" 
href="https://arrow.apache.org/ballista/";>DataFusion Ballista</a></li>
+<li class="toctree-l1"><a class="reference external" 
href="https://datafusion.apache.org/ballista/";>DataFusion Ballista</a></li>
 <li class="toctree-l1"><a class="reference external" 
href="https://datafusion.apache.org/comet/";>DataFusion Comet</a></li>
 <li class="toctree-l1"><a class="reference external" 
href="https://datafusion.apache.org/python/";>DataFusion Python</a></li>
 </ul>
diff --git a/library-user-guide/building-logical-plans.html 
b/library-user-guide/building-logical-plans.html
index 2eaaf0665f..27bfd4eec0 100644
--- a/library-user-guide/building-logical-plans.html
+++ b/library-user-guide/building-logical-plans.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/library-user-guide/catalogs.html b/library-user-guide/catalogs.html
index 95b01e1a1d..f6c18d010f 100644
--- a/library-user-guide/catalogs.html
+++ b/library-user-guide/catalogs.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/library-user-guide/custom-table-providers.html 
b/library-user-guide/custom-table-providers.html
index ce587c40c5..393f736738 100644
--- a/library-user-guide/custom-table-providers.html
+++ b/library-user-guide/custom-table-providers.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/library-user-guide/extending-operators.html 
b/library-user-guide/extending-operators.html
index 1fa311dd8d..b9b454bf89 100644
--- a/library-user-guide/extending-operators.html
+++ b/library-user-guide/extending-operators.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/library-user-guide/extensions.html 
b/library-user-guide/extensions.html
index 955866332c..d4816504a1 100644
--- a/library-user-guide/extensions.html
+++ b/library-user-guide/extensions.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/library-user-guide/functions/adding-udfs.html 
b/library-user-guide/functions/adding-udfs.html
index 3fa878b764..4606b5a7c7 100644
--- a/library-user-guide/functions/adding-udfs.html
+++ b/library-user-guide/functions/adding-udfs.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/library-user-guide/functions/index.html 
b/library-user-guide/functions/index.html
index 6bff4c4e0e..9a56ccc84e 100644
--- a/library-user-guide/functions/index.html
+++ b/library-user-guide/functions/index.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/library-user-guide/functions/spark.html 
b/library-user-guide/functions/spark.html
index b04c2d5844..2ba04ab846 100644
--- a/library-user-guide/functions/spark.html
+++ b/library-user-guide/functions/spark.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/library-user-guide/index.html b/library-user-guide/index.html
index 83004c2735..13d6aaab6c 100644
--- a/library-user-guide/index.html
+++ b/library-user-guide/index.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/library-user-guide/profiling.html 
b/library-user-guide/profiling.html
index fe7ca0ddb3..acfc353145 100644
--- a/library-user-guide/profiling.html
+++ b/library-user-guide/profiling.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/library-user-guide/query-optimizer.html 
b/library-user-guide/query-optimizer.html
index 74fc3d5e25..b765605273 100644
--- a/library-user-guide/query-optimizer.html
+++ b/library-user-guide/query-optimizer.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/library-user-guide/table-constraints.html 
b/library-user-guide/table-constraints.html
index 9ea338bc2b..bb341be6c9 100644
--- a/library-user-guide/table-constraints.html
+++ b/library-user-guide/table-constraints.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/library-user-guide/upgrading.html 
b/library-user-guide/upgrading.html
index e5055cd96b..7d4abd4012 100644
--- a/library-user-guide/upgrading.html
+++ b/library-user-guide/upgrading.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/library-user-guide/using-the-dataframe-api.html 
b/library-user-guide/using-the-dataframe-api.html
index f5804568b6..8c78ad4480 100644
--- a/library-user-guide/using-the-dataframe-api.html
+++ b/library-user-guide/using-the-dataframe-api.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/library-user-guide/using-the-sql-api.html 
b/library-user-guide/using-the-sql-api.html
index 3a7cf6bd1b..0e89af1320 100644
--- a/library-user-guide/using-the-sql-api.html
+++ b/library-user-guide/using-the-sql-api.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/library-user-guide/working-with-exprs.html 
b/library-user-guide/working-with-exprs.html
index dcd1e72f99..ce1dae42c4 100644
--- a/library-user-guide/working-with-exprs.html
+++ b/library-user-guide/working-with-exprs.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/search.html b/search.html
index 3858e30f2b..1e350677bb 100644
--- a/search.html
+++ b/search.html
@@ -522,7 +522,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/searchindex.js b/searchindex.js
index c703ec301d..a17f104766 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[58,"op-neq"]],"!~":[[58,"op-re-not-match"]],"!~*":[[58,"op-re-not-match-i"]],"!~~":[[58,"id19"]],"!~~*":[[58,"id20"]],"#":[[58,"op-bit-xor"]],"%":[[58,"op-modulo"]],"&":[[58,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[13,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[58,"op-multiply"]],"+":[[58,"op-plus"]],"-":[[58,"op-minus"]],"/":[[58,"op-divide"]],"<":[[58,"op-lt"]],"<
 [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[58,"op-neq"]],"!~":[[58,"op-re-not-match"]],"!~*":[[58,"op-re-not-match-i"]],"!~~":[[58,"id19"]],"!~~*":[[58,"id20"]],"#":[[58,"op-bit-xor"]],"%":[[58,"op-modulo"]],"&":[[58,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[13,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[58,"op-multiply"]],"+":[[58,"op-plus"]],"-":[[58,"op-minus"]],"/":[[58,"op-divide"]],"<":[[58,"op-lt"]],"<
 [...]
\ No newline at end of file
diff --git a/user-guide/cli/datasources.html b/user-guide/cli/datasources.html
index 014268329e..37a93e390b 100644
--- a/user-guide/cli/datasources.html
+++ b/user-guide/cli/datasources.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/cli/functions.html b/user-guide/cli/functions.html
index ef4885efdb..f807693516 100644
--- a/user-guide/cli/functions.html
+++ b/user-guide/cli/functions.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/cli/index.html b/user-guide/cli/index.html
index 6a39447bab..fcba60b865 100644
--- a/user-guide/cli/index.html
+++ b/user-guide/cli/index.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/cli/installation.html b/user-guide/cli/installation.html
index 3e4324dbf2..ffe04ad19a 100644
--- a/user-guide/cli/installation.html
+++ b/user-guide/cli/installation.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/cli/overview.html b/user-guide/cli/overview.html
index 41d3d036c1..4ecfeadc14 100644
--- a/user-guide/cli/overview.html
+++ b/user-guide/cli/overview.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/cli/usage.html b/user-guide/cli/usage.html
index abd495730d..b866c9727f 100644
--- a/user-guide/cli/usage.html
+++ b/user-guide/cli/usage.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/concepts-readings-events.html 
b/user-guide/concepts-readings-events.html
index 98e757dcf2..f65efb553e 100644
--- a/user-guide/concepts-readings-events.html
+++ b/user-guide/concepts-readings-events.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 4bab9fda81..42f4cb681c 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/crate-configuration.html 
b/user-guide/crate-configuration.html
index 1fbc1bd344..3fe497e858 100644
--- a/user-guide/crate-configuration.html
+++ b/user-guide/crate-configuration.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/dataframe.html b/user-guide/dataframe.html
index 0930073210..d86ef8f7aa 100644
--- a/user-guide/dataframe.html
+++ b/user-guide/dataframe.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/example-usage.html b/user-guide/example-usage.html
index bed48dfd4d..6c460d8908 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/explain-usage.html b/user-guide/explain-usage.html
index 4a34462696..8c332bc173 100644
--- a/user-guide/explain-usage.html
+++ b/user-guide/explain-usage.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index 1f8a01756d..7c3acf913e 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/faq.html b/user-guide/faq.html
index 00d465c5ae..968f735670 100644
--- a/user-guide/faq.html
+++ b/user-guide/faq.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/features.html b/user-guide/features.html
index fb7cfdc594..dfad1303db 100644
--- a/user-guide/features.html
+++ b/user-guide/features.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/introduction.html b/user-guide/introduction.html
index 9f3a8e4729..0f3db857cd 100644
--- a/user-guide/introduction.html
+++ b/user-guide/introduction.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/sql/aggregate_functions.html 
b/user-guide/sql/aggregate_functions.html
index 65e14345fb..fd52462fe8 100644
--- a/user-guide/sql/aggregate_functions.html
+++ b/user-guide/sql/aggregate_functions.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/sql/data_types.html b/user-guide/sql/data_types.html
index dc32b8c253..4f8bb459b7 100644
--- a/user-guide/sql/data_types.html
+++ b/user-guide/sql/data_types.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/sql/ddl.html b/user-guide/sql/ddl.html
index c06a7e703d..ca6e2ace86 100644
--- a/user-guide/sql/ddl.html
+++ b/user-guide/sql/ddl.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/sql/dml.html b/user-guide/sql/dml.html
index ac15fdf06e..78a3eadefa 100644
--- a/user-guide/sql/dml.html
+++ b/user-guide/sql/dml.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/sql/explain.html b/user-guide/sql/explain.html
index 930b32921c..e4e3d2f4c4 100644
--- a/user-guide/sql/explain.html
+++ b/user-guide/sql/explain.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/sql/format_options.html 
b/user-guide/sql/format_options.html
index 65bfdb1cd8..2acd1df572 100644
--- a/user-guide/sql/format_options.html
+++ b/user-guide/sql/format_options.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/sql/index.html b/user-guide/sql/index.html
index 60fb54744b..9d63e25a58 100644
--- a/user-guide/sql/index.html
+++ b/user-guide/sql/index.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/sql/information_schema.html 
b/user-guide/sql/information_schema.html
index 0605aa3a74..67a248d464 100644
--- a/user-guide/sql/information_schema.html
+++ b/user-guide/sql/information_schema.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/sql/operators.html b/user-guide/sql/operators.html
index 36544382d1..832afd31c3 100644
--- a/user-guide/sql/operators.html
+++ b/user-guide/sql/operators.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/sql/prepared_statements.html 
b/user-guide/sql/prepared_statements.html
index db975a1a34..db2e397abf 100644
--- a/user-guide/sql/prepared_statements.html
+++ b/user-guide/sql/prepared_statements.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/sql/scalar_functions.html 
b/user-guide/sql/scalar_functions.html
index e1d0d2f8b6..319e45ebcb 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/sql/select.html b/user-guide/sql/select.html
index 4e822ac9af..1909fd3855 100644
--- a/user-guide/sql/select.html
+++ b/user-guide/sql/select.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/sql/special_functions.html 
b/user-guide/sql/special_functions.html
index 4ae136ed5a..d6225877f6 100644
--- a/user-guide/sql/special_functions.html
+++ b/user-guide/sql/special_functions.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/sql/subqueries.html b/user-guide/sql/subqueries.html
index 33b260a362..15ed08b11f 100644
--- a/user-guide/sql/subqueries.html
+++ b/user-guide/sql/subqueries.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>
diff --git a/user-guide/sql/window_functions.html 
b/user-guide/sql/window_functions.html
index f871ec9655..4c1757ff93 100644
--- a/user-guide/sql/window_functions.html
+++ b/user-guide/sql/window_functions.html
@@ -518,7 +518,7 @@
 </p>
 <ul class="nav bd-sidenav">
  <li class="toctree-l1">
-  <a class="reference external" href="https://arrow.apache.org/ballista/";>
+  <a class="reference external" href="https://datafusion.apache.org/ballista/";>
    DataFusion Ballista
   </a>
  </li>


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


Reply via email to