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-comet.git


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

commit ec5c3a89f6d3ff5555350d16c23b07d38ca0a3fe
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 10 21:42:58 2024 +0000

    Publish built docs triggered by d40c802cd2fcb5e43ea7d7a2e0f38fe874d0edf3
---
 .buildinfo                                      |  4 +--
 _sources/user-guide/installation.md.txt         |  3 +-
 _static/basic.css                               | 15 ++--------
 _static/doctools.js                             |  7 -----
 _static/language_data.js                        |  7 -----
 _static/searchtools.js                          | 38 ++++++++++++++++---------
 contributor-guide/adding_a_new_expression.html  |  4 +--
 contributor-guide/benchmark-results/tpc-ds.html |  4 +--
 contributor-guide/benchmark-results/tpc-h.html  |  4 +--
 contributor-guide/benchmarking.html             |  4 +--
 contributor-guide/contributing.html             |  4 +--
 contributor-guide/debugging.html                |  4 +--
 contributor-guide/development.html              |  4 +--
 contributor-guide/plugin_overview.html          |  4 +--
 contributor-guide/profiling_native_code.html    |  4 +--
 contributor-guide/spark-sql-tests.html          |  4 +--
 genindex.html                                   |  4 +--
 index.html                                      |  4 +--
 search.html                                     |  4 +--
 searchindex.js                                  |  2 +-
 user-guide/compatibility.html                   |  4 +--
 user-guide/configs.html                         |  4 +--
 user-guide/datasources.html                     |  4 +--
 user-guide/datatypes.html                       |  4 +--
 user-guide/expressions.html                     |  4 +--
 user-guide/installation.html                    |  7 +++--
 user-guide/kubernetes.html                      |  4 +--
 user-guide/operators.html                       |  4 +--
 user-guide/overview.html                        |  4 +--
 user-guide/source.html                          |  4 +--
 user-guide/tuning.html                          |  4 +--
 31 files changed, 82 insertions(+), 93 deletions(-)

diff --git a/.buildinfo b/.buildinfo
index 82172468..22d4c1df 100644
--- a/.buildinfo
+++ b/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
-# This file hashes the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 68d0fa6d47ae92dabebdb9bd367ee913
+# This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
+config: 5cb11943959f32b2ac5627260f405d40
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/_sources/user-guide/installation.md.txt 
b/_sources/user-guide/installation.md.txt
index 343b6586..d5836313 100644
--- a/_sources/user-guide/installation.md.txt
+++ b/_sources/user-guide/installation.md.txt
@@ -46,7 +46,8 @@ Cloud Service Providers.
 
 ## Using a Published JAR File
 
-Comet jar files are available in [Maven 
Central](https://central.sonatype.com/namespace/org.apache.datafusion).
+Comet jar files are available in [Maven 
Central](https://central.sonatype.com/namespace/org.apache.datafusion) for 
amd64 and arm64 architectures for Linux. For Apple OSX, it 
+is currently necessary to build from source.
 
 Here are the direct links for downloading the Comet jar file.
 
diff --git a/_static/basic.css b/_static/basic.css
index 2af6139e..2a9e4114 100644
--- a/_static/basic.css
+++ b/_static/basic.css
@@ -1,12 +1,5 @@
 /*
- * basic.css
- * ~~~~~~~~~
- *
  * Sphinx stylesheet -- basic theme.
- *
- * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
- * :license: BSD, see LICENSE for details.
- *
  */
 
 /* -- main layout ----------------------------------------------------------- 
*/
@@ -115,15 +108,11 @@ img {
 /* -- search page ----------------------------------------------------------- 
*/
 
 ul.search {
-    margin: 10px 0 0 20px;
-    padding: 0;
+    margin-top: 10px;
 }
 
 ul.search li {
-    padding: 5px 0 5px 20px;
-    background-image: url(file.png);
-    background-repeat: no-repeat;
-    background-position: 0 7px;
+    padding: 5px 0;
 }
 
 ul.search li a {
diff --git a/_static/doctools.js b/_static/doctools.js
index 4d67807d..0398ebb9 100644
--- a/_static/doctools.js
+++ b/_static/doctools.js
@@ -1,12 +1,5 @@
 /*
- * doctools.js
- * ~~~~~~~~~~~
- *
  * Base JavaScript utilities for all Sphinx HTML documentation.
- *
- * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
- * :license: BSD, see LICENSE for details.
- *
  */
 "use strict";
 
diff --git a/_static/language_data.js b/_static/language_data.js
index 367b8ed8..c7fe6c6f 100644
--- a/_static/language_data.js
+++ b/_static/language_data.js
@@ -1,13 +1,6 @@
 /*
- * language_data.js
- * ~~~~~~~~~~~~~~~~
- *
  * This script contains the language-specific data used by searchtools.js,
  * namely the list of stopwords, stemmer, scorer and splitter.
- *
- * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
- * :license: BSD, see LICENSE for details.
- *
  */
 
 var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", 
"if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", 
"that", "the", "their", "then", "there", "these", "they", "this", "to", "was", 
"will", "with"];
diff --git a/_static/searchtools.js b/_static/searchtools.js
index b08d58c9..2c774d17 100644
--- a/_static/searchtools.js
+++ b/_static/searchtools.js
@@ -1,12 +1,5 @@
 /*
- * searchtools.js
- * ~~~~~~~~~~~~~~~~
- *
  * Sphinx JavaScript utilities for the full-text search.
- *
- * :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
- * :license: BSD, see LICENSE for details.
- *
  */
 "use strict";
 
@@ -20,7 +13,7 @@ if (typeof Scorer === "undefined") {
     // and returns the new score.
     /*
     score: result => {
-      const [docname, title, anchor, descr, score, filename] = result
+      const [docname, title, anchor, descr, score, filename, kind] = result
       return score
     },
     */
@@ -47,6 +40,14 @@ if (typeof Scorer === "undefined") {
   };
 }
 
+// Global search result kind enum, used by themes to style search results.
+class SearchResultKind {
+    static get index() { return  "index"; }
+    static get object() { return "object"; }
+    static get text() { return "text"; }
+    static get title() { return "title"; }
+}
+
 const _removeChildren = (element) => {
   while (element && element.lastChild) element.removeChild(element.lastChild);
 };
@@ -64,9 +65,13 @@ const _displayItem = (item, searchTerms, highlightTerms) => {
   const showSearchSummary = DOCUMENTATION_OPTIONS.SHOW_SEARCH_SUMMARY;
   const contentRoot = document.documentElement.dataset.content_root;
 
-  const [docName, title, anchor, descr, score, _filename] = item;
+  const [docName, title, anchor, descr, score, _filename, kind] = item;
 
   let listItem = document.createElement("li");
+  // Add a class representing the item's type:
+  // can be used by a theme's CSS selector for styling
+  // See SearchResultKind for the class names.
+  listItem.classList.add(`kind-${kind}`);
   let requestUrl;
   let linkUrl;
   if (docBuilder === "dirhtml") {
@@ -115,8 +120,10 @@ const _finishSearch = (resultCount) => {
       "Your search did not match any documents. Please make sure that all 
words are spelled correctly and that you've selected enough categories."
     );
   else
-    Search.status.innerText = _(
-      "Search finished, found ${resultCount} page(s) matching the search 
query."
+    Search.status.innerText = Documentation.ngettext(
+      "Search finished, found one page matching the search query.",
+      "Search finished, found ${resultCount} pages matching the search query.",
+      resultCount,
     ).replace('${resultCount}', resultCount);
 };
 const _displayNextItem = (
@@ -138,7 +145,7 @@ const _displayNextItem = (
   else _finishSearch(resultCount);
 };
 // Helper function used by query() to order search results.
-// Each input is an array of [docname, title, anchor, descr, score, filename].
+// Each input is an array of [docname, title, anchor, descr, score, filename, 
kind].
 // Order the results by score (in opposite order of appearance, since the
 // `_displayNextItem` function uses pop() to retrieve items) and then 
alphabetically.
 const _orderResultsByScoreThenName = (a, b) => {
@@ -248,6 +255,7 @@ const Search = {
     searchSummary.classList.add("search-summary");
     searchSummary.innerText = "";
     const searchList = document.createElement("ul");
+    searchList.setAttribute("role", "list");
     searchList.classList.add("search");
 
     const out = document.getElementById("search-results");
@@ -318,7 +326,7 @@ const Search = {
     const indexEntries = Search._index.indexentries;
 
     // Collect multiple result groups to be sorted separately and then ordered.
-    // Each is an array of [docname, title, anchor, descr, score, filename].
+    // Each is an array of [docname, title, anchor, descr, score, filename, 
kind].
     const normalResults = [];
     const nonMainIndexResults = [];
 
@@ -337,6 +345,7 @@ const Search = {
             null,
             score + boost,
             filenames[file],
+            SearchResultKind.title,
           ]);
         }
       }
@@ -354,6 +363,7 @@ const Search = {
             null,
             score,
             filenames[file],
+            SearchResultKind.index,
           ];
           if (isMain) {
             normalResults.push(result);
@@ -475,6 +485,7 @@ const Search = {
         descr,
         score,
         filenames[match[0]],
+        SearchResultKind.object,
       ]);
     };
     Object.keys(objects).forEach((prefix) =>
@@ -585,6 +596,7 @@ const Search = {
         null,
         score,
         filenames[file],
+        SearchResultKind.text,
       ]);
     }
     return results;
diff --git a/contributor-guide/adding_a_new_expression.html 
b/contributor-guide/adding_a_new_expression.html
index 310ffd28..452cbbf2 100644
--- a/contributor-guide/adding_a_new_expression.html
+++ b/contributor-guide/adding_a_new_expression.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -614,7 +614,7 @@ under the License.
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/benchmark-results/tpc-ds.html 
b/contributor-guide/benchmark-results/tpc-ds.html
index 9bb2fe9f..ba53cf02 100644
--- a/contributor-guide/benchmark-results/tpc-ds.html
+++ b/contributor-guide/benchmark-results/tpc-ds.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../../_static/doctools.js?v=9bcbadda"></script>
     <script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../../genindex.html" />
@@ -368,7 +368,7 @@ and we encourage you to run these benchmarks in your own 
environments.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/benchmark-results/tpc-h.html 
b/contributor-guide/benchmark-results/tpc-h.html
index 1141ecbf..c5b95d3a 100644
--- a/contributor-guide/benchmark-results/tpc-h.html
+++ b/contributor-guide/benchmark-results/tpc-h.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../../_static/doctools.js?v=9bcbadda"></script>
     <script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../../genindex.html" />
@@ -369,7 +369,7 @@ and we encourage you to run these benchmarks in your own 
environments.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/benchmarking.html 
b/contributor-guide/benchmarking.html
index 4f2ab05b..1220293f 100644
--- a/contributor-guide/benchmarking.html
+++ b/contributor-guide/benchmarking.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -445,7 +445,7 @@ repository.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/contributing.html 
b/contributor-guide/contributing.html
index 35235beb..05e86dc8 100644
--- a/contributor-guide/contributing.html
+++ b/contributor-guide/contributing.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -420,7 +420,7 @@ coordinate on issues that they are working on.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/debugging.html b/contributor-guide/debugging.html
index bea3fdde..f287e73f 100644
--- a/contributor-guide/debugging.html
+++ b/contributor-guide/debugging.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -531,7 +531,7 @@ To enable this option with Comet it is needed to include 
<code class="docutils l
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/development.html 
b/contributor-guide/development.html
index 61152a6e..448e1c8a 100644
--- a/contributor-guide/development.html
+++ b/contributor-guide/development.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -555,7 +555,7 @@ automatically format the code. Before submitting a pull 
request, you can simply
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/plugin_overview.html 
b/contributor-guide/plugin_overview.html
index b1e50ded..bd34811e 100644
--- a/contributor-guide/plugin_overview.html
+++ b/contributor-guide/plugin_overview.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -454,7 +454,7 @@ addresses of these Arrow arrays to the native code.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/profiling_native_code.html 
b/contributor-guide/profiling_native_code.html
index 76bd7caa..3ea5d136 100644
--- a/contributor-guide/profiling_native_code.html
+++ b/contributor-guide/profiling_native_code.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -440,7 +440,7 @@ running flamegraph.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/contributor-guide/spark-sql-tests.html 
b/contributor-guide/spark-sql-tests.html
index a01ae469..25b1fef4 100644
--- a/contributor-guide/spark-sql-tests.html
+++ b/contributor-guide/spark-sql-tests.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -490,7 +490,7 @@ new version.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/genindex.html b/genindex.html
index 65fdeaa7..d973c14e 100644
--- a/genindex.html
+++ b/genindex.html
@@ -47,7 +47,7 @@ under the License.
     <link rel="preload" as="script" 
href="_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="_static/documentation_options.js?v=8a448e45"></script>
-    <script src="_static/doctools.js?v=9a2dae69"></script>
+    <script src="_static/doctools.js?v=9bcbadda"></script>
     <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="#" />
@@ -315,7 +315,7 @@ under the License.
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/index.html b/index.html
index 12cf0223..42718630 100644
--- a/index.html
+++ b/index.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="_static/documentation_options.js?v=8a448e45"></script>
-    <script src="_static/doctools.js?v=9a2dae69"></script>
+    <script src="_static/doctools.js?v=9bcbadda"></script>
     <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="genindex.html" />
@@ -391,7 +391,7 @@ as a native runtime to achieve improvement in terms of 
query efficiency and quer
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/search.html b/search.html
index a5c37aa8..343b0b67 100644
--- a/search.html
+++ b/search.html
@@ -48,7 +48,7 @@ under the License.
   
     
     <script src="_static/documentation_options.js?v=8a448e45"></script>
-    <script src="_static/doctools.js?v=9a2dae69"></script>
+    <script src="_static/doctools.js?v=9bcbadda"></script>
     <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <script src="_static/searchtools.js"></script>
@@ -342,7 +342,7 @@ under the License.
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/searchindex.js b/searchindex.js
index 1e0fb6c4..1d31f742 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Install Comet": [[9, "install-comet"]], "2. 
Clone Spark and Apply Diff": [[9, "clone-spark-and-apply-diff"]], "3. Run Spark 
SQL Tests": [[9, "run-spark-sql-tests"]], "ANSI mode": [[11, "ansi-mode"]], 
"API Differences Between Spark Versions": [[0, 
"api-differences-between-spark-versions"]], "ASF Links": [[10, null]], "Adding 
Spark-side Tests for the New Expression": [[0, 
"adding-spark-side-tests-for-the-new-expression"]], "Adding a New Expression": 
[[0,  [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Install Comet": [[9, "install-comet"]], "2. 
Clone Spark and Apply Diff": [[9, "clone-spark-and-apply-diff"]], "3. Run Spark 
SQL Tests": [[9, "run-spark-sql-tests"]], "ANSI mode": [[11, "ansi-mode"]], 
"API Differences Between Spark Versions": [[0, 
"api-differences-between-spark-versions"]], "ASF Links": [[10, null]], "Adding 
Spark-side Tests for the New Expression": [[0, 
"adding-spark-side-tests-for-the-new-expression"]], "Adding a New Expression": 
[[0,  [...]
\ No newline at end of file
diff --git a/user-guide/compatibility.html b/user-guide/compatibility.html
index ef68d276..1bb201a1 100644
--- a/user-guide/compatibility.html
+++ b/user-guide/compatibility.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -792,7 +792,7 @@ Spark.</p></li>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 88270bdc..d59bee6c 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -595,7 +595,7 @@ under the License.
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/user-guide/datasources.html b/user-guide/datasources.html
index 46aa8e23..0e2eeac4 100644
--- a/user-guide/datasources.html
+++ b/user-guide/datasources.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -405,7 +405,7 @@ converted into Arrow format, allowing native execution to 
happen after that.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/user-guide/datatypes.html b/user-guide/datatypes.html
index 72bc2d5b..1230412c 100644
--- a/user-guide/datatypes.html
+++ b/user-guide/datatypes.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -394,7 +394,7 @@ under the License.
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index 3b3a90db..3ec7bd05 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -945,7 +945,7 @@ under the License.
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/user-guide/installation.html b/user-guide/installation.html
index 113a1173..59e8d07f 100644
--- a/user-guide/installation.html
+++ b/user-guide/installation.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -414,7 +414,8 @@ Cloud Service Providers.</p>
 </section>
 <section id="using-a-published-jar-file">
 <h2>Using a Published JAR File<a class="headerlink" 
href="#using-a-published-jar-file" title="Link to this heading">ΒΆ</a></h2>
-<p>Comet jar files are available in <a class="reference external" 
href="https://central.sonatype.com/namespace/org.apache.datafusion";>Maven 
Central</a>.</p>
+<p>Comet jar files are available in <a class="reference external" 
href="https://central.sonatype.com/namespace/org.apache.datafusion";>Maven 
Central</a> for amd64 and arm64 architectures for Linux. For Apple OSX, it
+is currently necessary to build from source.</p>
 <p>Here are the direct links for downloading the Comet jar file.</p>
 <ul class="simple">
 <li><p><a class="reference external" 
href="https://repo1.maven.org/maven2/org/apache/datafusion/comet-spark-spark3.3_2.12/0.3.0/comet-spark-spark3.3_2.12-0.3.0.jar";>Comet
 plugin for Spark 3.3 / Scala 2.12</a></p></li>
@@ -542,7 +543,7 @@ allocation for native execution. See <a class="reference 
internal" href="tuning.
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/user-guide/kubernetes.html b/user-guide/kubernetes.html
index 4b520161..39c6f880 100644
--- a/user-guide/kubernetes.html
+++ b/user-guide/kubernetes.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -472,7 +472,7 @@ spec:
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/user-guide/operators.html b/user-guide/operators.html
index 1e796b56..bb739a2a 100644
--- a/user-guide/operators.html
+++ b/user-guide/operators.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -412,7 +412,7 @@ not supported by Comet will fall back to regular Spark 
execution.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/user-guide/overview.html b/user-guide/overview.html
index 27bd4f55..90aca87a 100644
--- a/user-guide/overview.html
+++ b/user-guide/overview.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -422,7 +422,7 @@ enabled.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/user-guide/source.html b/user-guide/source.html
index c610ba61..22428e44 100644
--- a/user-guide/source.html
+++ b/user-guide/source.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -421,7 +421,7 @@ under the License.
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     
diff --git a/user-guide/tuning.html b/user-guide/tuning.html
index 0edd1c96..c01343f3 100644
--- a/user-guide/tuning.html
+++ b/user-guide/tuning.html
@@ -48,7 +48,7 @@ under the License.
     <link rel="preload" as="script" 
href="../_static/scripts/pydata-sphinx-theme.js?digest=1999514e3f237ded88cf">
   
     <script src="../_static/documentation_options.js?v=8a448e45"></script>
-    <script src="../_static/doctools.js?v=9a2dae69"></script>
+    <script src="../_static/doctools.js?v=9bcbadda"></script>
     <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
     <script async="true" defer="true" 
src="https://buttons.github.io/buttons.js";></script>
     <link rel="index" title="Index" href="../genindex.html" />
@@ -524,7 +524,7 @@ of 41 seconds reported as 23 seconds for example.</p>
     
     <div class="footer-item">
       <p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.0.2.<br>
+Created using <a href="http://sphinx-doc.org/";>Sphinx</a> 8.1.0.<br>
 </p>
     </div>
     


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


Reply via email to