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 5d1f456f Publish built docs triggered by
8f8f778ceef3e2f0a2d17cc9378cdaccdbfb7cbc
5d1f456f is described below
commit 5d1f456f7c361b4fbfcb8a5fded62ba07ff0d5c3
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 22 20:13:59 2024 +0000
Publish built docs triggered by 8f8f778ceef3e2f0a2d17cc9378cdaccdbfb7cbc
---
_sources/user-guide/installation.md.txt | 13 ++++++++---
contributor-guide/adding_a_new_expression.html | 2 +-
contributor-guide/benchmarking.html | 2 +-
contributor-guide/contributing.html | 2 +-
contributor-guide/debugging.html | 2 +-
contributor-guide/development.html | 2 +-
contributor-guide/plugin_overview.html | 2 +-
contributor-guide/profiling_native_code.html | 2 +-
contributor-guide/spark-sql-tests.html | 2 +-
genindex.html | 2 +-
index.html | 2 +-
search.html | 2 +-
searchindex.js | 2 +-
user-guide/compatibility.html | 2 +-
user-guide/configs.html | 2 +-
user-guide/datatypes.html | 2 +-
user-guide/expressions.html | 2 +-
user-guide/installation.html | 31 +++++++++++++++++---------
user-guide/operators.html | 2 +-
user-guide/overview.html | 2 +-
user-guide/tuning.html | 2 +-
21 files changed, 50 insertions(+), 32 deletions(-)
diff --git a/_sources/user-guide/installation.md.txt
b/_sources/user-guide/installation.md.txt
index bdf6c0e0..7d140a7a 100644
--- a/_sources/user-guide/installation.md.txt
+++ b/_sources/user-guide/installation.md.txt
@@ -32,11 +32,18 @@ Make sure the following requirements are met and software
installed on your mach
- JDK 8 and up
- GLIBC 2.17 (Centos 7) and up
-## Using a Published Release
+## Using a Published Binary Release
-There are no public releases available yet, so it is necessary to build from
source as described in the next section.
+There are no published binary releases yet.
-## Building From Source
+## Using a Published Source Release
+
+Official source releases can be downloaded from
https://dist.apache.org/repos/dist/release/datafusion/
+
+Building from a source release is mostly the same as building directly from
the GitHub repository but requires the
+use of the command `make release-nogit` instead of `make release`.
+
+## Building from the GitHub repository
Clone the repository:
diff --git a/contributor-guide/adding_a_new_expression.html
b/contributor-guide/adding_a_new_expression.html
index f6e19375..ad9fbca7 100644
--- a/contributor-guide/adding_a_new_expression.html
+++ b/contributor-guide/adding_a_new_expression.html
@@ -599,7 +599,7 @@ under the License.
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/benchmarking.html
b/contributor-guide/benchmarking.html
index 49609d59..78c533fd 100644
--- a/contributor-guide/benchmarking.html
+++ b/contributor-guide/benchmarking.html
@@ -478,7 +478,7 @@ not included here because it currently only supports around
90% of the TPC-DS qu
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/contributing.html
b/contributor-guide/contributing.html
index bf6bdfc8..7be01a19 100644
--- a/contributor-guide/contributing.html
+++ b/contributor-guide/contributing.html
@@ -405,7 +405,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> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/debugging.html b/contributor-guide/debugging.html
index 3be4ce3b..83eb1bb9 100644
--- a/contributor-guide/debugging.html
+++ b/contributor-guide/debugging.html
@@ -516,7 +516,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> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/development.html
b/contributor-guide/development.html
index 0424cfbf..1314c5ce 100644
--- a/contributor-guide/development.html
+++ b/contributor-guide/development.html
@@ -531,7 +531,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> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/plugin_overview.html
b/contributor-guide/plugin_overview.html
index 827d48ef..92024300 100644
--- a/contributor-guide/plugin_overview.html
+++ b/contributor-guide/plugin_overview.html
@@ -397,7 +397,7 @@ override the DataFusion versions to ensure compatibility
with Apache Spark.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/profiling_native_code.html
b/contributor-guide/profiling_native_code.html
index 21363364..423996bc 100644
--- a/contributor-guide/profiling_native_code.html
+++ b/contributor-guide/profiling_native_code.html
@@ -425,7 +425,7 @@ running flamegraph.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/spark-sql-tests.html
b/contributor-guide/spark-sql-tests.html
index 55071392..92fabf73 100644
--- a/contributor-guide/spark-sql-tests.html
+++ b/contributor-guide/spark-sql-tests.html
@@ -475,7 +475,7 @@ new version.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/genindex.html b/genindex.html
index 60c5cd44..f57a4aea 100644
--- a/genindex.html
+++ b/genindex.html
@@ -300,7 +300,7 @@ under the License.
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/index.html b/index.html
index e5535f79..32e6bff6 100644
--- a/index.html
+++ b/index.html
@@ -373,7 +373,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> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/search.html b/search.html
index 6042b5a1..a8cce431 100644
--- a/search.html
+++ b/search.html
@@ -327,7 +327,7 @@ under the License.
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/searchindex.js b/searchindex.js
index 2e5f19d9..1b862d64 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"1. Install Comet": [[7, "install-comet"]], "2.
Clone Spark and Apply Diff": [[7, "clone-spark-and-apply-diff"]], "3. Run Spark
SQL Tests": [[7, "run-spark-sql-tests"]], "ANSI mode": [[9, "ansi-mode"]], "API
Differences Between Spark Versions": [[0,
"api-differences-between-spark-versions"]], "ASF Links": [[8, null]], "Adding
Spark-side Tests for the New Expression": [[0,
"adding-spark-side-tests-for-the-new-expression"]], "Adding a New Expression":
[[0, nu [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"1. Install Comet": [[7, "install-comet"]], "2.
Clone Spark and Apply Diff": [[7, "clone-spark-and-apply-diff"]], "3. Run Spark
SQL Tests": [[7, "run-spark-sql-tests"]], "ANSI mode": [[9, "ansi-mode"]], "API
Differences Between Spark Versions": [[0,
"api-differences-between-spark-versions"]], "ASF Links": [[8, null]], "Adding
Spark-side Tests for the New Expression": [[0,
"adding-spark-side-tests-for-the-new-expression"]], "Adding a New Expression":
[[0, nu [...]
\ No newline at end of file
diff --git a/user-guide/compatibility.html b/user-guide/compatibility.html
index 6913ca1d..51e94b5d 100644
--- a/user-guide/compatibility.html
+++ b/user-guide/compatibility.html
@@ -741,7 +741,7 @@ Spark.</p></li>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 3c53911e..b50ae1e9 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -468,7 +468,7 @@ under the License.
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/datatypes.html b/user-guide/datatypes.html
index 2a99951b..560b96bc 100644
--- a/user-guide/datatypes.html
+++ b/user-guide/datatypes.html
@@ -379,7 +379,7 @@ under the License.
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index cb2ebe4f..5d110622 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -901,7 +901,7 @@ under the License.
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/installation.html b/user-guide/installation.html
index 0e85d3b8..132e3b5b 100644
--- a/user-guide/installation.html
+++ b/user-guide/installation.html
@@ -277,13 +277,18 @@ under the License.
</a>
</li>
<li class="toc-h2 nav-item toc-entry">
- <a class="reference internal nav-link" href="#using-a-published-release">
- Using a Published Release
+ <a class="reference internal nav-link"
href="#using-a-published-binary-release">
+ Using a Published Binary Release
</a>
</li>
<li class="toc-h2 nav-item toc-entry">
- <a class="reference internal nav-link" href="#building-from-source">
- Building From Source
+ <a class="reference internal nav-link"
href="#using-a-published-source-release">
+ Using a Published Source Release
+ </a>
+ </li>
+ <li class="toc-h2 nav-item toc-entry">
+ <a class="reference internal nav-link"
href="#building-from-the-github-repository">
+ Building from the GitHub repository
</a>
</li>
<li class="toc-h2 nav-item toc-entry">
@@ -367,12 +372,18 @@ under the License.
<li><p>GLIBC 2.17 (Centos 7) and up</p></li>
</ul>
</section>
-<section id="using-a-published-release">
-<h2>Using a Published Release<a class="headerlink"
href="#using-a-published-release" title="Link to this heading">¶</a></h2>
-<p>There are no public releases available yet, so it is necessary to build
from source as described in the next section.</p>
+<section id="using-a-published-binary-release">
+<h2>Using a Published Binary Release<a class="headerlink"
href="#using-a-published-binary-release" title="Link to this heading">¶</a></h2>
+<p>There are no published binary releases yet.</p>
+</section>
+<section id="using-a-published-source-release">
+<h2>Using a Published Source Release<a class="headerlink"
href="#using-a-published-source-release" title="Link to this heading">¶</a></h2>
+<p>Official source releases can be downloaded from
https://dist.apache.org/repos/dist/release/datafusion/</p>
+<p>Building from a source release is mostly the same as building directly from
the GitHub repository but requires the
+use of the command <code class="docutils literal notranslate"><span
class="pre">make</span> <span class="pre">release-nogit</span></code> instead
of <code class="docutils literal notranslate"><span class="pre">make</span>
<span class="pre">release</span></code>.</p>
</section>
-<section id="building-from-source">
-<h2>Building From Source<a class="headerlink" href="#building-from-source"
title="Link to this heading">¶</a></h2>
+<section id="building-from-the-github-repository">
+<h2>Building from the GitHub repository<a class="headerlink"
href="#building-from-the-github-repository" title="Link to this
heading">¶</a></h2>
<p>Clone the repository:</p>
<div class="highlight-console notranslate"><div
class="highlight"><pre><span></span><span class="go">git clone
https://github.com/apache/datafusion-comet.git</span>
</pre></div>
@@ -506,7 +517,7 @@ components which will then fail at runtime. For example:</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/operators.html b/user-guide/operators.html
index 283f3cca..86773345 100644
--- a/user-guide/operators.html
+++ b/user-guide/operators.html
@@ -400,7 +400,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> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/overview.html b/user-guide/overview.html
index 495f07ae..ebeade2c 100644
--- a/user-guide/overview.html
+++ b/user-guide/overview.html
@@ -416,7 +416,7 @@ enabled.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/tuning.html b/user-guide/tuning.html
index 48f6aac6..2654accf 100644
--- a/user-guide/tuning.html
+++ b/user-guide/tuning.html
@@ -445,7 +445,7 @@ To enable native shuffle, just set <code class="docutils
literal notranslate"><s
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.6.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]