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 697a45cf74 Publish built docs triggered by
1ee782f78310eedfe057e1477ffccd0bdbc114df
697a45cf74 is described below
commit 697a45cf74c399347e055d9ee5c54ea9754aa316
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 20 16:31:29 2026 +0000
Publish built docs triggered by 1ee782f78310eedfe057e1477ffccd0bdbc114df
---
_sources/download.md.txt | 2 +-
_sources/user-guide/crate-configuration.md.txt | 2 +-
_sources/user-guide/example-usage.md.txt | 2 +-
download.html | 2 +-
user-guide/crate-configuration.html | 2 +-
user-guide/example-usage.html | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/_sources/download.md.txt b/_sources/download.md.txt
index e358f39940..3be76a6acf 100644
--- a/_sources/download.md.txt
+++ b/_sources/download.md.txt
@@ -26,7 +26,7 @@ For example:
```toml
[dependencies]
-datafusion = "52.0.0"
+datafusion = "52.1.0"
```
While DataFusion is distributed via [crates.io] as a convenience, the
diff --git a/_sources/user-guide/crate-configuration.md.txt
b/_sources/user-guide/crate-configuration.md.txt
index 14827a8c2c..44b4d39839 100644
--- a/_sources/user-guide/crate-configuration.md.txt
+++ b/_sources/user-guide/crate-configuration.md.txt
@@ -156,7 +156,7 @@ By default, Datafusion returns errors as a plain text
message. You can enable mo
such as backtraces by enabling the `backtrace` feature to your `Cargo.toml`
file like this:
```toml
-datafusion = { version = "52.0.0", features = ["backtrace"]}
+datafusion = { version = "52.1.0", features = ["backtrace"]}
```
Set environment
[variables](https://doc.rust-lang.org/std/backtrace/index.html#environment-variables)
diff --git a/_sources/user-guide/example-usage.md.txt
b/_sources/user-guide/example-usage.md.txt
index 46006c6224..83ba530d2b 100644
--- a/_sources/user-guide/example-usage.md.txt
+++ b/_sources/user-guide/example-usage.md.txt
@@ -29,7 +29,7 @@ Find latest available Datafusion version on [DataFusion's
crates.io] page. Add the dependency to your `Cargo.toml` file:
```toml
-datafusion = "52.0.0"
+datafusion = "52.1.0"
tokio = { version = "1.0", features = ["rt-multi-thread"] }
```
diff --git a/download.html b/download.html
index 7e0d0cb327..355888b56e 100644
--- a/download.html
+++ b/download.html
@@ -422,7 +422,7 @@
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">"52.0.0"</span>
+<span class="n">datafusion</span><span class="w"> </span><span
class="o">=</span><span class="w"> </span><span
class="s2">"52.1.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
diff --git a/user-guide/crate-configuration.html
b/user-guide/crate-configuration.html
index b8ed2c9a45..16477cdd18 100644
--- a/user-guide/crate-configuration.html
+++ b/user-guide/crate-configuration.html
@@ -526,7 +526,7 @@ async fn main() -> datafusion::error::Result<()> {
<h2>Enable Backtraces<a class="headerlink" href="#enable-backtraces"
title="Link to this heading">#</a></h2>
<p>By default, Datafusion returns errors as a plain text message. You can
enable more verbose details about the error,
such as backtraces by enabling the <code class="docutils literal
notranslate"><span class="pre">backtrace</span></code> feature to your <code
class="docutils literal notranslate"><span class="pre">Cargo.toml</span></code>
file like this:</p>
-<div class="highlight-toml notranslate"><div
class="highlight"><pre><span></span><span class="n">datafusion</span><span
class="w"> </span><span class="o">=</span><span class="w"> </span><span
class="p">{</span><span class="w"> </span><span class="n">version</span><span
class="w"> </span><span class="p">=</span><span class="w"> </span><span
class="s2">"52.0.0"</span><span class="p">,</span><span class="w">
</span><span class="n">features</span><span class="w"> </span><span class [...]
+<div class="highlight-toml notranslate"><div
class="highlight"><pre><span></span><span class="n">datafusion</span><span
class="w"> </span><span class="o">=</span><span class="w"> </span><span
class="p">{</span><span class="w"> </span><span class="n">version</span><span
class="w"> </span><span class="p">=</span><span class="w"> </span><span
class="s2">"52.1.0"</span><span class="p">,</span><span class="w">
</span><span class="n">features</span><span class="w"> </span><span class [...]
</pre></div>
</div>
<p>Set environment <a class="reference external"
href="https://doc.rust-lang.org/std/backtrace/index.html#environment-variables">variables</a></p>
diff --git a/user-guide/example-usage.html b/user-guide/example-usage.html
index a9f10dfd7b..8741c2f9d9 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -424,7 +424,7 @@
<h2>Add published DataFusion dependency<a class="headerlink"
href="#add-published-datafusion-dependency" title="Link to this
heading">#</a></h2>
<p>Find latest available Datafusion version on <a class="reference external"
href="https://crates.io/crates/datafusion">DataFusion’s
crates.io</a> page. Add the dependency to your <code class="docutils literal
notranslate"><span class="pre">Cargo.toml</span></code> file:</p>
-<div class="highlight-toml notranslate"><div
class="highlight"><pre><span></span><span class="n">datafusion</span><span
class="w"> </span><span class="o">=</span><span class="w"> </span><span
class="s2">"52.0.0"</span>
+<div class="highlight-toml notranslate"><div
class="highlight"><pre><span></span><span class="n">datafusion</span><span
class="w"> </span><span class="o">=</span><span class="w"> </span><span
class="s2">"52.1.0"</span>
<span class="n">tokio</span><span class="w"> </span><span
class="o">=</span><span class="w"> </span><span class="p">{</span><span
class="w"> </span><span class="n">version</span><span class="w"> </span><span
class="p">=</span><span class="w"> </span><span
class="s2">"1.0"</span><span class="p">,</span><span class="w">
</span><span class="n">features</span><span class="w"> </span><span
class="p">=</span><span class="w"> </span><span class="p">[</span><span
class="s2">"rt-mu [...]
</pre></div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]