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 6a1432f609 Publish built docs triggered by 
cbdf4cda4506c60fd8e7864fb51caf67039cc273
6a1432f609 is described below

commit 6a1432f60971a00538934f5ee25eefab424c4e8e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 12 14:49:06 2023 +0000

    Publish built docs triggered by cbdf4cda4506c60fd8e7864fb51caf67039cc273
---
 _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 d8e7e3c882..2bbbe8e38f 100644
--- a/_sources/user-guide/example-usage.md.txt
+++ b/_sources/user-guide/example-usage.md.txt
@@ -166,7 +166,7 @@ worth noting that using the settings in the 
`[profile.release]` section will sig
 [dependencies]
 datafusion = { version = "22.0" , features = ["simd"]}
 tokio = { version = "^1.0", features = ["rt-multi-thread"] }
-snmalloc-rs = "0.2"
+snmalloc-rs = "0.3"
 
 [profile.release]
 lto = true
diff --git a/searchindex.js b/searchindex.js
index 39a7ffb5a8..4c8712d4d1 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", 
"user-guide/cli", "user-guide/configs", "user-guide/dataframe", 
"user-guide/example-usage", "user-guide/expressions", "user-guide/faq", "use 
[...]
\ 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", 
"user-guide/cli", "user-guide/configs", "user-guide/dataframe", 
"user-guide/example-usage", "user-guide/expressions", "user-guide/faq", "use 
[...]
\ No newline at end of file
diff --git a/user-guide/example-usage.html b/user-guide/example-usage.html
index 3842cc8b64..2ba53794ac 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -529,7 +529,7 @@ worth noting that using the settings in the <code 
class="docutils literal notran
 <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="o">=</span><span class="w"> </span><span 
class="s">&quot;22.0&quot;</span><span class="w"> </span><span 
class="p">,</span><span class="w"> </span><span class="n">features</span><span 
class="w"> </span><span class="o">=</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="o">=</span><span class="w"> </span><span 
class="s">&quot;^1.0&quot;</span><span class="p">,</span><span class="w"> 
</span><span class="n">features</span><span class="w"> </span><span 
class="o">=</span><span class="w"> </span><span class="p">[</span><span 
class="s">&quot;rt-mul [...]
-<span class="n">snmalloc-rs</span><span class="w"> </span><span 
class="o">=</span><span class="w"> </span><span class="s">&quot;0.2&quot;</span>
+<span class="n">snmalloc-rs</span><span class="w"> </span><span 
class="o">=</span><span class="w"> </span><span class="s">&quot;0.3&quot;</span>
 
 <span class="k">[profile.release]</span>
 <span class="n">lto</span><span class="w"> </span><span 
class="o">=</span><span class="w"> </span><span class="kc">true</span>

Reply via email to