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 c610c7335b Publish built docs triggered by 
1e3152ee1eb65e44bb1a4b91fa857d845be9659e
c610c7335b is described below

commit c610c7335b512d49d795e99573f70b7b3e8ae5b2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 13 01:59:40 2025 +0000

    Publish built docs triggered by 1e3152ee1eb65e44bb1a4b91fa857d845be9659e
---
 _sources/contributor-guide/development_environment.md.txt | 10 ++++++----
 contributor-guide/development_environment.html            | 11 ++++++++---
 searchindex.js                                            |  2 +-
 3 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/_sources/contributor-guide/development_environment.md.txt 
b/_sources/contributor-guide/development_environment.md.txt
index cd1b8ea356..53f2eb97c6 100644
--- a/_sources/contributor-guide/development_environment.md.txt
+++ b/_sources/contributor-guide/development_environment.md.txt
@@ -75,18 +75,20 @@ Alternatively a binary release can be downloaded from the 
[Release Page](https:/
 
 DataFusion is written in Rust and it uses a standard rust toolkit:
 
+- `rustup update stable` DataFusion generally uses the latest stable release 
of Rust, though it may lag when new Rust toolchains release
+  - See which toolchain is currently pinned in the 
[`rust-toolchain.toml`](https://github.com/apache/datafusion/blob/main/rust-toolchain.toml)
 file
+  - This can cause issues such as not having the rust-analyzer component 
installed for the specified toolchain, in which case just install it manually, 
e.g. `rustup component add --toolchain 1.88 rust-analyzer`
 - `cargo build`
 - `cargo fmt` to format the code
-- `cargo test` to test
 - etc.
 
-Note that running `cargo test` requires significant memory resources, due to 
cargo running many tests in parallel by default. If you run into issues with 
slow tests or system lock ups, you can significantly reduce the memory required 
by instead running `cargo test -- --test-threads=1`. For more information see 
[this issue](https://github.com/apache/datafusion/issues/5347).
-
 Testing setup:
 
-- `rustup update stable` DataFusion uses the latest stable release of rust
 - `git submodule init`
 - `git submodule update --init --remote --recursive`
+- `cargo test` to run tests
+
+Note that running `cargo test` requires significant memory resources, due to 
cargo running many tests in parallel by default. If you run into issues with 
slow tests or system lock ups, you can significantly reduce the memory required 
by instead running `cargo test -- --test-threads=1`. For more information see 
[this issue](https://github.com/apache/datafusion/issues/5347).
 
 Formatting instructions:
 
diff --git a/contributor-guide/development_environment.html 
b/contributor-guide/development_environment.html
index fa6fb81708..d6a7575617 100644
--- a/contributor-guide/development_environment.html
+++ b/contributor-guide/development_environment.html
@@ -666,18 +666,23 @@ libprotoc<span class="w"> </span><span 
class="m">3</span>.15.0
 <h2>Bootstrap environment<a class="headerlink" href="#bootstrap-environment" 
title="Link to this heading">ΒΆ</a></h2>
 <p>DataFusion is written in Rust and it uses a standard rust toolkit:</p>
 <ul class="simple">
+<li><p><code class="docutils literal notranslate"><span 
class="pre">rustup</span> <span class="pre">update</span> <span 
class="pre">stable</span></code> DataFusion generally uses the latest stable 
release of Rust, though it may lag when new Rust toolchains release</p>
+<ul>
+<li><p>See which toolchain is currently pinned in the <a class="reference 
external" 
href="https://github.com/apache/datafusion/blob/main/rust-toolchain.toml";><code 
class="docutils literal notranslate"><span 
class="pre">rust-toolchain.toml</span></code></a> file</p></li>
+<li><p>This can cause issues such as not having the rust-analyzer component 
installed for the specified toolchain, in which case just install it manually, 
e.g. <code class="docutils literal notranslate"><span class="pre">rustup</span> 
<span class="pre">component</span> <span class="pre">add</span> <span 
class="pre">--toolchain</span> <span class="pre">1.88</span> <span 
class="pre">rust-analyzer</span></code></p></li>
+</ul>
+</li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">cargo</span> <span class="pre">build</span></code></p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">cargo</span> <span class="pre">fmt</span></code> to format the 
code</p></li>
-<li><p><code class="docutils literal notranslate"><span 
class="pre">cargo</span> <span class="pre">test</span></code> to test</p></li>
 <li><p>etc.</p></li>
 </ul>
-<p>Note that running <code class="docutils literal notranslate"><span 
class="pre">cargo</span> <span class="pre">test</span></code> requires 
significant memory resources, due to cargo running many tests in parallel by 
default. If you run into issues with slow tests or system lock ups, you can 
significantly reduce the memory required by instead running <code 
class="docutils literal notranslate"><span class="pre">cargo</span> <span 
class="pre">test</span> <span class="pre">--</span> <span  [...]
 <p>Testing setup:</p>
 <ul class="simple">
-<li><p><code class="docutils literal notranslate"><span 
class="pre">rustup</span> <span class="pre">update</span> <span 
class="pre">stable</span></code> DataFusion uses the latest stable release of 
rust</p></li>
 <li><p><code class="docutils literal notranslate"><span class="pre">git</span> 
<span class="pre">submodule</span> <span class="pre">init</span></code></p></li>
 <li><p><code class="docutils literal notranslate"><span class="pre">git</span> 
<span class="pre">submodule</span> <span class="pre">update</span> <span 
class="pre">--init</span> <span class="pre">--remote</span> <span 
class="pre">--recursive</span></code></p></li>
+<li><p><code class="docutils literal notranslate"><span 
class="pre">cargo</span> <span class="pre">test</span></code> to run 
tests</p></li>
 </ul>
+<p>Note that running <code class="docutils literal notranslate"><span 
class="pre">cargo</span> <span class="pre">test</span></code> requires 
significant memory resources, due to cargo running many tests in parallel by 
default. If you run into issues with slow tests or system lock ups, you can 
significantly reduce the memory required by instead running <code 
class="docutils literal notranslate"><span class="pre">cargo</span> <span 
class="pre">test</span> <span class="pre">--</span> <span  [...]
 <p>Formatting instructions:</p>
 <ul class="simple">
 <li><p><a class="reference download internal" download="" 
href="../_downloads/4a91b8629bd17ce8ae200ee0b5345f19/rust_fmt.sh"><span 
class="xref download myst">ci/scripts/rust_fmt.sh</span></a></p></li>
diff --git a/searchindex.js b/searchindex.js
index 14c53da12b..1cbd776de6 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[57,"op-neq"]],"!~":[[57,"op-re-not-match"]],"!~*":[[57,"op-re-not-match-i"]],"!~~":[[57,"id19"]],"!~~*":[[57,"id20"]],"#":[[57,"op-bit-xor"]],"%":[[57,"op-modulo"]],"&":[[57,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[12,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[57,"op-multiply"]],"+":[[57,"op-plus"]],"-":[[57,"op-minus"]],"/":[[57,"op-divide"]],"<":[[57,"op-lt"]],"<
 [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[57,"op-neq"]],"!~":[[57,"op-re-not-match"]],"!~*":[[57,"op-re-not-match-i"]],"!~~":[[57,"id19"]],"!~~*":[[57,"id20"]],"#":[[57,"op-bit-xor"]],"%":[[57,"op-modulo"]],"&":[[57,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[12,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[57,"op-multiply"]],"+":[[57,"op-plus"]],"-":[[57,"op-minus"]],"/":[[57,"op-divide"]],"<":[[57,"op-lt"]],"<
 [...]
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to