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 cffb50410a Publish built docs triggered by
75428f1e0a0149bf9eb19033be31a2aa3cd715fc
cffb50410a is described below
commit cffb50410a0d49f0455bdae4f5d3b4ccc46567a7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 7 12:48:07 2026 +0000
Publish built docs triggered by 75428f1e0a0149bf9eb19033be31a2aa3cd715fc
---
_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 1b52c7bdab..e09c4cb7cb 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -1891,7 +1891,7 @@ split_part(str, delimiter, pos)
- **str**: String expression to operate on. Can be a constant, column, or
function, and any combination of operators.
- **delimiter**: String or character to split on.
-- **pos**: Position of the part to return.
+- **pos**: Position of the part to return (counting from 1). Negative values
count backward from the end of the string.
#### Example
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index 726f6d48a0..e9a80e205e 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -2356,7 +2356,7 @@ This can be used to perform the inverse operation of <a
class="reference interna
<ul class="simple">
<li><p><strong>str</strong>: String expression to operate on. Can be a
constant, column, or function, and any combination of operators.</p></li>
<li><p><strong>delimiter</strong>: String or character to split on.</p></li>
-<li><p><strong>pos</strong>: Position of the part to return.</p></li>
+<li><p><strong>pos</strong>: Position of the part to return (counting from 1).
Negative values count backward from the end of the string.</p></li>
</ul>
</section>
<section id="id137">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]