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 877a0af2b6 Publish built docs triggered by 
b1587c1149c5a94e8acfa3c0d8d623be4fd2f37c
877a0af2b6 is described below

commit 877a0af2b6f03bd62ffadc9af87e3f0b3da5d797
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 3 10:01:59 2023 +0000

    Publish built docs triggered by b1587c1149c5a94e8acfa3c0d8d623be4fd2f37c
---
 _sources/user-guide/example-usage.md.txt | 4 ----
 searchindex.js                           | 2 +-
 user-guide/example-usage.html            | 9 ---------
 3 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/_sources/user-guide/example-usage.md.txt 
b/_sources/user-guide/example-usage.md.txt
index adaf780558..c631d552dd 100644
--- a/_sources/user-guide/example-usage.md.txt
+++ b/_sources/user-guide/example-usage.md.txt
@@ -187,10 +187,6 @@ DataFusion is designed to be extensible at all points. To 
that end, you can prov
 - [x] User Defined `LogicalPlan` nodes
 - [x] User Defined `ExecutionPlan` nodes
 
-## Rust Version Compatibility
-
-This crate is tested with the latest stable version of Rust. We do not 
currently test against other, older versions of the Rust compiler.
-
 ## Optimized Configuration
 
 For an optimized build several steps are required. First, use the below in 
your `Cargo.toml`. It is
diff --git a/searchindex.js b/searchindex.js
index d197ff7196..e063b1667c 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 4f3571677a..f711497c55 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -401,11 +401,6 @@
    Extensibility
   </a>
  </li>
- <li class="toc-h2 nav-item toc-entry">
-  <a class="reference internal nav-link" href="#rust-version-compatibility">
-   Rust Version Compatibility
-  </a>
- </li>
  <li class="toc-h2 nav-item toc-entry">
   <a class="reference internal nav-link" href="#optimized-configuration">
    Optimized Configuration
@@ -619,10 +614,6 @@ unexpectedly.</p>
 <li class="task-list-item"><p><input class="task-list-item-checkbox" 
checked="checked" disabled="disabled" type="checkbox"> User Defined <code 
class="docutils literal notranslate"><span 
class="pre">ExecutionPlan</span></code> nodes</p></li>
 </ul>
 </section>
-<section id="rust-version-compatibility">
-<h2>Rust Version Compatibility<a class="headerlink" 
href="#rust-version-compatibility" title="Link to this heading">¶</a></h2>
-<p>This crate is tested with the latest stable version of Rust. We do not 
currently test against other, older versions of the Rust compiler.</p>
-</section>
 <section id="optimized-configuration">
 <h2>Optimized Configuration<a class="headerlink" 
href="#optimized-configuration" title="Link to this heading">¶</a></h2>
 <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

Reply via email to