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 ef9281932e Publish built docs triggered by
0c0b5fe7d7b9ca35a82b3b2033583c07029c03ba
ef9281932e is described below
commit ef9281932e81d7f6b51e9dca11426bb61450f367
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 11 11:33:38 2025 +0000
Publish built docs triggered by 0c0b5fe7d7b9ca35a82b3b2033583c07029c03ba
---
_sources/download.md.txt | 26 +++++++++++++++++---------
download.html | 17 ++++++++++++-----
searchindex.js | 2 +-
3 files changed, 30 insertions(+), 15 deletions(-)
diff --git a/_sources/download.md.txt b/_sources/download.md.txt
index 33a6d70088..7a62e398c0 100644
--- a/_sources/download.md.txt
+++ b/_sources/download.md.txt
@@ -19,19 +19,25 @@
# Download
-While DataFusion is also distributed via the Rust [crates.io] package manager
as a convenience, the
+Most users use DataFusion as a library in their Rust projects by adding it as
a dependency
+in their `Cargo.toml` file and downloading it from the Rust [crates.io]
package registry.
+
+For example:
+
+```toml
+[dependencies]
+datafusion = "41.0.0"
+```
+
+While DataFusion is distributed via [crates.io] as a convenience, the
official Apache DataFusion releases are provided as source artifacts.
[crates.io]: https://crates.io/crates/datafusion
## Releases
-The latest source release is [41.0.0][source-link] ([asc][asc-link],
-[sha512][sha512-link]).
-
-[source-link]:
https://www.apache.org/dyn/closer.lua/datafusion/datafusion-41.0.0/apache-datafusion-41.0.0.tar.gz?action=download
-[asc-link]:
https://downloads.apache.org/datafusion/datafusion-41.0.0/apache-datafusion-41.0.0.tar.gz.asc
-[sha512-link]:
https://downloads.apache.org/datafusion/datafusion-41.0.0/apache-datafusion-41.0.0.tar.gz.sha512
+You can find the latest releases, signatures and checksums on
+the [ASF Release Page](https://dist.apache.org/repos/dist/release/datafusion)
For previous releases, please check the
[archive](https://archive.apache.org/dist/datafusion/).
@@ -40,8 +46,10 @@ For releases earlier than 37.0.0, please check [Arrow's
archive](https://archive
## Notes
- When downloading a release, please verify the OpenPGP compatible signature
(or failing that, check the SHA-512); these should be fetched from the main
Apache site.
-- The KEYS file contains the public keys used for signing release. It is
recommended that (when possible) a web of trust is used to confirm the identity
of these keys.
-- Please download the [KEYS](https://downloads.apache.org/datafusion/KEYS) as
well as the .asc signature files.
+- The [KEYS] file contains the public keys used for signing release. It is
recommended that (when possible) a web of trust is used to confirm the identity
of these keys.
+- Please download the [KEYS] file as well as the .asc signature files.
+
+[keys]: https://downloads.apache.org/datafusion/KEYS
### To verify the signature of the release artifact
diff --git a/download.html b/download.html
index 6f6644eb52..d353cc490f 100644
--- a/download.html
+++ b/download.html
@@ -403,12 +403,19 @@
-->
<section id="download">
<h1>Download<a class="headerlink" href="#download" title="Link to this
heading">#</a></h1>
-<p>While DataFusion is also distributed via the Rust <a class="reference
external" href="https://crates.io/crates/datafusion">crates.io</a> package
manager as a convenience, the
+<p>Most users use DataFusion as a library in their Rust projects by adding it
as a dependency
+in their <code class="docutils literal notranslate"><span
class="pre">Cargo.toml</span></code> file and downloading it from the Rust <a
class="reference external"
href="https://crates.io/crates/datafusion">crates.io</a> package registry.</p>
+<p>For example:</p>
+<div class="highlight-toml notranslate"><div
class="highlight"><pre><span></span><span class="k">[dependencies]</span>
+<span class="n">datafusion</span><span class="w"> </span><span
class="o">=</span><span class="w"> </span><span
class="s2">"41.0.0"</span>
+</pre></div>
+</div>
+<p>While DataFusion is distributed via <a class="reference external"
href="https://crates.io/crates/datafusion">crates.io</a> as a convenience, the
official Apache DataFusion releases are provided as source artifacts.</p>
<section id="releases">
<h2>Releases<a class="headerlink" href="#releases" title="Link to this
heading">#</a></h2>
-<p>The latest source release is <a class="reference external"
href="https://www.apache.org/dyn/closer.lua/datafusion/datafusion-41.0.0/apache-datafusion-41.0.0.tar.gz?action=download">41.0.0</a>
(<a class="reference external"
href="https://downloads.apache.org/datafusion/datafusion-41.0.0/apache-datafusion-41.0.0.tar.gz.asc">asc</a>,
-<a class="reference external"
href="https://downloads.apache.org/datafusion/datafusion-41.0.0/apache-datafusion-41.0.0.tar.gz.sha512">sha512</a>).</p>
+<p>You can find the latest releases, signatures and checksums on
+the <a class="reference external"
href="https://dist.apache.org/repos/dist/release/datafusion">ASF Release
Page</a></p>
<p>For previous releases, please check the <a class="reference external"
href="https://archive.apache.org/dist/datafusion/">archive</a>.</p>
<p>For releases earlier than 37.0.0, please check <a class="reference
external" href="https://archive.apache.org/dist/arrow/">Arrow’s archive</a>.</p>
</section>
@@ -416,8 +423,8 @@ official Apache DataFusion releases are provided as source
artifacts.</p>
<h2>Notes<a class="headerlink" href="#notes" title="Link to this
heading">#</a></h2>
<ul class="simple">
<li><p>When downloading a release, please verify the OpenPGP compatible
signature (or failing that, check the SHA-512); these should be fetched from
the main Apache site.</p></li>
-<li><p>The KEYS file contains the public keys used for signing release. It is
recommended that (when possible) a web of trust is used to confirm the identity
of these keys.</p></li>
-<li><p>Please download the <a class="reference external"
href="https://downloads.apache.org/datafusion/KEYS">KEYS</a> as well as the
.asc signature files.</p></li>
+<li><p>The <a class="reference external"
href="https://downloads.apache.org/datafusion/KEYS">KEYS</a> file contains the
public keys used for signing release. It is recommended that (when possible) a
web of trust is used to confirm the identity of these keys.</p></li>
+<li><p>Please download the <a class="reference external"
href="https://downloads.apache.org/datafusion/KEYS">KEYS</a> file as well as
the .asc signature files.</p></li>
</ul>
<section id="to-verify-the-signature-of-the-release-artifact">
<h3>To verify the signature of the release artifact<a class="headerlink"
href="#to-verify-the-signature-of-the-release-artifact" title="Link to this
heading">#</a></h3>
diff --git a/searchindex.js b/searchindex.js
index 114dcac288..a7ca78a04c 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[60,"op-neq"]],"!~":[[60,"op-re-not-match"]],"!~*":[[60,"op-re-not-match-i"]],"!~~":[[60,"id19"]],"!~~*":[[60,"id20"]],"#":[[60,"op-bit-xor"]],"%":[[60,"op-modulo"]],"&":[[60,"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"]],"*":[[60,"op-multiply"]],"+":[[60,"op-plus"]],"-":[[60,"op-minus"]],"/":[[60,"op-divide"]],"<":[[60,"op-lt"]],"<
[...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[60,"op-neq"]],"!~":[[60,"op-re-not-match"]],"!~*":[[60,"op-re-not-match-i"]],"!~~":[[60,"id19"]],"!~~*":[[60,"id20"]],"#":[[60,"op-bit-xor"]],"%":[[60,"op-modulo"]],"&":[[60,"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"]],"*":[[60,"op-multiply"]],"+":[[60,"op-plus"]],"-":[[60,"op-minus"]],"/":[[60,"op-divide"]],"<":[[60,"op-lt"]],"<
[...]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]