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/arrow-datafusion.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 71bdd1bd11 Publish built docs triggered by
acf0f78987c2fae2315893d43923a33080df9402
71bdd1bd11 is described below
commit 71bdd1bd1177c0e0d4c5a164c98a3f35376fa679
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 14 16:43:20 2024 +0000
Publish built docs triggered by acf0f78987c2fae2315893d43923a33080df9402
---
_sources/user-guide/example-usage.md.txt | 2 +-
searchindex.js | 2 +-
user-guide/example-usage.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/_sources/user-guide/example-usage.md.txt
b/_sources/user-guide/example-usage.md.txt
index a7557f9b0b..77b196c124 100644
--- a/_sources/user-guide/example-usage.md.txt
+++ b/_sources/user-guide/example-usage.md.txt
@@ -194,7 +194,7 @@ worth noting that using the settings in the
`[profile.release]` section will sig
```toml
[dependencies]
-datafusion = { version = "22.0" , features = ["simd"]}
+datafusion = { version = "22.0" }
tokio = { version = "^1.0", features = ["rt-multi-thread"] }
snmalloc-rs = "0.3"
diff --git a/searchindex.js b/searchindex.js
index c26c6451a4..886c387b85 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["contributor-guide/architecture",
"contributor-guide/communication", "contributor-guide/index",
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap",
"contributor-guide/specification/index",
"contributor-guide/specification/invariants",
"contributor-guide/specification/output-field-name-semantic", "index",
"library-user-guide/adding-udfs", "library-user-guide/building-logical-plans",
"library-user-guide/catalogs", "library-user-guide/custom-tab [...]
\ No newline at end of file
+Search.setIndex({"docnames": ["contributor-guide/architecture",
"contributor-guide/communication", "contributor-guide/index",
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap",
"contributor-guide/specification/index",
"contributor-guide/specification/invariants",
"contributor-guide/specification/output-field-name-semantic", "index",
"library-user-guide/adding-udfs", "library-user-guide/building-logical-plans",
"library-user-guide/catalogs", "library-user-guide/custom-tab [...]
\ No newline at end of file
diff --git a/user-guide/example-usage.html b/user-guide/example-usage.html
index 051fd5a0ee..ca8a635922 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -625,7 +625,7 @@ unexpectedly.</p>
<p>For an optimized build several steps are required. First, use the below in
your <code class="docutils literal notranslate"><span
class="pre">Cargo.toml</span></code>. It is
worth noting that using the settings in the <code class="docutils literal
notranslate"><span class="pre">[profile.release]</span></code> section will
significantly increase the build time.</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="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">"22.0"</span><span class="w"> </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">[</spa [...]
+<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">"22.0"</span><span class="w"> </span><span
class="p">}</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-m [...]
<span class="n">snmalloc-rs</span><span class="w"> </span><span
class="o">=</span><span class="w"> </span><span
class="s2">"0.3"</span>