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 88ebf63d2e Publish built docs triggered by
6713439497561fa74a94177e5b8632322fb7cea5
88ebf63d2e is described below
commit 88ebf63d2ee8d77c60ff51241aef1cbfa91d9742
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 1 09:52:49 2026 +0000
Publish built docs triggered by 6713439497561fa74a94177e5b8632322fb7cea5
---
_sources/user-guide/sql/scalar_functions.md.txt | 2 +-
user-guide/sql/scalar_functions.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_sources/user-guide/sql/scalar_functions.md.txt
b/_sources/user-guide/sql/scalar_functions.md.txt
index ee78ce8f9c..254151c2c2 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -4212,7 +4212,7 @@ array_to_string(array, delimiter[, null_string])
- **array**: Array expression. Can be a constant, column, or function, and any
combination of array operators.
- **delimiter**: Array element separator.
-- **null_string**: Optional. String to replace null values in the array. If
not provided, nulls will be handled by default behavior.
+- **null_string**: Optional. String to use for null values in the output. If
not provided, nulls will be omitted.
#### Example
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index 6c23a252f4..ac2440fb65 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -4821,7 +4821,7 @@ Integers, unsigned integers, and floats are interpreted
as seconds since the uni
<ul class="simple">
<li><p><strong>array</strong>: Array expression. Can be a constant, column, or
function, and any combination of array operators.</p></li>
<li><p><strong>delimiter</strong>: Array element separator.</p></li>
-<li><p><strong>null_string</strong>: Optional. String to replace null values
in the array. If not provided, nulls will be handled by default
behavior.</p></li>
+<li><p><strong>null_string</strong>: Optional. String to use for null values
in the output. If not provided, nulls will be omitted.</p></li>
</ul>
</section>
<section id="id302">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]