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 43866f4c56 Publish built docs triggered by 
92f60ad513718f9c0a3821a39f0542fd46b4ee09
43866f4c56 is described below

commit 43866f4c56c618536fc557074584ddca9961509e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 29 03:04:18 2026 +0000

    Publish built docs triggered by 92f60ad513718f9c0a3821a39f0542fd46b4ee09
---
 _sources/download.md.txt                       | 2 +-
 _sources/user-guide/crate-configuration.md.txt | 2 +-
 _sources/user-guide/example-usage.md.txt       | 2 +-
 download.html                                  | 2 +-
 searchindex.js                                 | 2 +-
 user-guide/crate-configuration.html            | 2 +-
 user-guide/example-usage.html                  | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/_sources/download.md.txt b/_sources/download.md.txt
index 7a62e398c0..e358f39940 100644
--- a/_sources/download.md.txt
+++ b/_sources/download.md.txt
@@ -26,7 +26,7 @@ For example:
 
 ```toml
 [dependencies]
-datafusion = "41.0.0"
+datafusion = "52.0.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 87c8ecfebc..14827a8c2c 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 = "31.0.0", features = ["backtrace"]}
+datafusion = { version = "52.0.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 34feec5238..46006c6224 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 = "latest_version"
+datafusion = "52.0.0"
 tokio = { version = "1.0", features = ["rt-multi-thread"] }
 ```
 
diff --git a/download.html b/download.html
index 4ea7a88efd..e4cfe94053 100644
--- a/download.html
+++ b/download.html
@@ -411,7 +411,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">&quot;41.0.0&quot;</span>
+<span class="n">datafusion</span><span class="w"> </span><span 
class="o">=</span><span class="w"> </span><span 
class="s2">&quot;52.0.0&quot;</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/searchindex.js b/searchindex.js
index 5e95b1295c..825a64eb40 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[62,"op-neq"]],"!~":[[62,"op-re-not-match"]],"!~*":[[62,"op-re-not-match-i"]],"!~~":[[62,"id19"]],"!~~*":[[62,"id20"]],"#":[[62,"op-bit-xor"]],"%":[[62,"op-modulo"]],"&":[[62,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[14,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[62,"op-multiply"]],"+":[[62,"op-plus"]],"-":[[62,"op-minus"]],"/":[[62,"op-divide"]],"1.
 Array Literal Con [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[62,"op-neq"]],"!~":[[62,"op-re-not-match"]],"!~*":[[62,"op-re-not-match-i"]],"!~~":[[62,"id19"]],"!~~*":[[62,"id20"]],"#":[[62,"op-bit-xor"]],"%":[[62,"op-modulo"]],"&":[[62,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[14,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[62,"op-multiply"]],"+":[[62,"op-plus"]],"-":[[62,"op-minus"]],"/":[[62,"op-divide"]],"1.
 Array Literal Con [...]
\ No newline at end of file
diff --git a/user-guide/crate-configuration.html 
b/user-guide/crate-configuration.html
index ede120c628..0d7798a63b 100644
--- a/user-guide/crate-configuration.html
+++ b/user-guide/crate-configuration.html
@@ -515,7 +515,7 @@ async fn main() -&gt; datafusion::error::Result&lt;()&gt; {
 <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">&quot;31.0.0&quot;</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">&quot;52.0.0&quot;</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 6d6facf9e1..2775085de3 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -413,7 +413,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">&quot;latest_version&quot;</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">&quot;52.0.0&quot;</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">&quot;1.0&quot;</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">&quot;rt-mu [...]
 </pre></div>
 </div>


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

Reply via email to