This is an automated email from the ASF dual-hosted git repository.
github-actions[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 c219744aa9 Publish built docs triggered by
99af44a5e620f899bb6796b9fbdcb6b00d33c6e1
c219744aa9 is described below
commit c219744aa9b863330b676ab49bea03b762313004
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Sep 20 14:42:18 2026 +0000
Publish built docs triggered by 99af44a5e620f899bb6796b9fbdcb6b00d33c6e1
---
_downloads/1e336e540124589d1e27210fa4f805f6/rust_lint.sh | 1 +
_sources/contributor-guide/testing.md.txt | 16 ++++++++++++++++
contributor-guide/testing.html | 9 +++++++++
searchindex.js | 2 +-
4 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/_downloads/1e336e540124589d1e27210fa4f805f6/rust_lint.sh
b/_downloads/1e336e540124589d1e27210fa4f805f6/rust_lint.sh
index 77bed06457..74d5fc16d7 100644
--- a/_downloads/1e336e540124589d1e27210fa4f805f6/rust_lint.sh
+++ b/_downloads/1e336e540124589d1e27210fa4f805f6/rust_lint.sh
@@ -130,6 +130,7 @@ declare -a WRITE_STEPS=(
"ci/scripts/typos_check.sh|true"
"ci/scripts/doc_prettier_check.sh|true"
"ci/scripts/check_examples_docs.sh|true"
+ "ci/scripts/check_generated_docs.sh|true"
)
declare -a READONLY_STEPS=(
diff --git a/_sources/contributor-guide/testing.md.txt
b/_sources/contributor-guide/testing.md.txt
index 6983c84da3..89dc7969b3 100644
--- a/_sources/contributor-guide/testing.md.txt
+++ b/_sources/contributor-guide/testing.md.txt
@@ -304,6 +304,22 @@ the README:
./ci/scripts/check_examples_docs.sh --write
```
+## Config and Function Docs Check
+
+[`configs.md`], [`aggregate_functions.md`], [`scalar_functions.md`], and
+[`window_functions.md`] are generated by [`dev/update_config_docs.sh`] and
+[`dev/update_function_docs.sh`]. To check that they are up to date, run the
+[`ci/scripts/check_generated_docs.sh`] script, which also runs as part of
+`./dev/rust_lint.sh`. Run it with `--write` to update the pages.
+
+[`configs.md`]:
https://github.com/apache/datafusion/blob/main/docs/source/user-guide/configs.md
+[`aggregate_functions.md`]:
https://github.com/apache/datafusion/blob/main/docs/source/user-guide/sql/aggregate_functions.md
+[`scalar_functions.md`]:
https://github.com/apache/datafusion/blob/main/docs/source/user-guide/sql/scalar_functions.md
+[`window_functions.md`]:
https://github.com/apache/datafusion/blob/main/docs/source/user-guide/sql/window_functions.md
+[`dev/update_config_docs.sh`]:
https://github.com/apache/datafusion/blob/main/dev/update_config_docs.sh
+[`dev/update_function_docs.sh`]:
https://github.com/apache/datafusion/blob/main/dev/update_function_docs.sh
+[`ci/scripts/check_generated_docs.sh`]:
https://github.com/apache/datafusion/blob/main/ci/scripts/check_generated_docs.sh
+
## Benchmarks
### Criterion Benchmarks
diff --git a/contributor-guide/testing.html b/contributor-guide/testing.html
index 713c50a2a3..6614385640 100644
--- a/contributor-guide/testing.html
+++ b/contributor-guide/testing.html
@@ -661,6 +661,14 @@ the README:</p>
</pre></div>
</div>
</section>
+<section id="config-and-function-docs-check">
+<h2>Config and Function Docs Check<a class="headerlink"
href="#config-and-function-docs-check" title="Link to this heading">#</a></h2>
+<p><a class="reference external"
href="https://github.com/apache/datafusion/blob/main/docs/source/user-guide/configs.md"><code
class="docutils literal notranslate"><span
class="pre">configs.md</span></code></a>, <a class="reference external"
href="https://github.com/apache/datafusion/blob/main/docs/source/user-guide/sql/aggregate_functions.md"><code
class="docutils literal notranslate"><span
class="pre">aggregate_functions.md</span></code></a>, <a class="reference
external" href="https:/ [...]
+<a class="reference external"
href="https://github.com/apache/datafusion/blob/main/docs/source/user-guide/sql/window_functions.md"><code
class="docutils literal notranslate"><span
class="pre">window_functions.md</span></code></a> are generated by <a
class="reference external"
href="https://github.com/apache/datafusion/blob/main/dev/update_config_docs.sh"><code
class="docutils literal notranslate"><span
class="pre">dev/update_config_docs.sh</span></code></a> and
+<a class="reference external"
href="https://github.com/apache/datafusion/blob/main/dev/update_function_docs.sh"><code
class="docutils literal notranslate"><span
class="pre">dev/update_function_docs.sh</span></code></a>. To check that they
are up to date, run the
+<a class="reference external"
href="https://github.com/apache/datafusion/blob/main/ci/scripts/check_generated_docs.sh"><code
class="docutils literal notranslate"><span
class="pre">ci/scripts/check_generated_docs.sh</span></code></a> script, which
also runs as part of
+<code class="docutils literal notranslate"><span
class="pre">./dev/rust_lint.sh</span></code>. Run it with <code class="docutils
literal notranslate"><span class="pre">--write</span></code> to update the
pages.</p>
+</section>
<section id="benchmarks">
<h2>Benchmarks<a class="headerlink" href="#benchmarks" title="Link to this
heading">#</a></h2>
<section id="criterion-benchmarks">
@@ -772,6 +780,7 @@ the README:</p>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link"
href="#large-file-check">Large File Check</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link"
href="#dependency-checks">Dependency Checks</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link"
href="#examples-readme-check">Examples README Check</a></li>
+<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link"
href="#config-and-function-docs-check">Config and Function Docs Check</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link"
href="#benchmarks">Benchmarks</a><ul class="nav section-nav flex-column">
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#criterion-benchmarks">Criterion Benchmarks</a></li>
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link"
href="#parquet-sql-benchmarks">Parquet SQL Benchmarks</a></li>
diff --git a/searchindex.js b/searchindex.js
index 1a4c3377d6..979114dbd4 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[77,"op-neq"]],"!~":[[77,"op-re-not-match"]],"!~*":[[77,"op-re-not-match-i"]],"!~~":[[77,"id19"]],"!~~*":[[77,"id20"]],"#":[[77,"op-bit-xor"]],"%":[[77,"op-modulo"]],"&":[[77,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[16,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[77,"op-multiply"]],"+":[[77,"op-plus"]],"-":[[77,"op-minus"]],"/":[[77,"op-divide"]],"1.
Array Literal Con [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[77,"op-neq"]],"!~":[[77,"op-re-not-match"]],"!~*":[[77,"op-re-not-match-i"]],"!~~":[[77,"id19"]],"!~~*":[[77,"id20"]],"#":[[77,"op-bit-xor"]],"%":[[77,"op-modulo"]],"&":[[77,"op-bit-and"]],"(relation,
name) tuples in logical fields and logical columns are
unique":[[16,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[77,"op-multiply"]],"+":[[77,"op-plus"]],"-":[[77,"op-minus"]],"/":[[77,"op-divide"]],"1.
Array Literal Con [...]
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]