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 c5e47784e0 Publish built docs triggered by 
ac67ae4af5a6381c0da031610e75c9835673fe21
c5e47784e0 is described below

commit c5e47784e0bbe8a5d408d8f91ea150dacd309565
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 16 12:29:59 2026 +0000

    Publish built docs triggered by ac67ae4af5a6381c0da031610e75c9835673fe21
---
 _sources/user-guide/sql/scalar_functions.md.txt | 2 +-
 searchindex.js                                  | 2 +-
 user-guide/sql/scalar_functions.html            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_sources/user-guide/sql/scalar_functions.md.txt 
b/_sources/user-guide/sql/scalar_functions.md.txt
index f58e03a62b..605c3285c3 100644
--- a/_sources/user-guide/sql/scalar_functions.md.txt
+++ b/_sources/user-guide/sql/scalar_functions.md.txt
@@ -4222,7 +4222,7 @@ array_to_string(array, delimiter[, null_string])
 
 ### `array_union`
 
-Returns an array of elements that are present in both arrays (all elements 
from both arrays) with out duplicates.
+Returns an array of elements that are present in both arrays (all elements 
from both arrays) without duplicates.
 
 ```sql
 array_union(array1, array2)
diff --git a/searchindex.js b/searchindex.js
index 1d534802d4..cf37618886 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"!=":[[62,"op-neq"]],"!~":[[62,"op-re-not-match"]],"!~*":[[62,"op-re-not-match-i"]],"!~~":[[62,"id19"]],"!~~*":[[62,"id20"]],"#":[[62,"op-bit-xor"]],"%":[[62,"op-modulo"]],"&":[[62,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[14,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[62,"op-multiply"]],"+":[[62,"op-plus"]],"-":[[62,"op-minus"]],"/":[[62,"op-divide"]],"<":[[62,"op-lt"]],"<
 [...]
\ No newline at end of file
+Search.setIndex({"alltitles":{"!=":[[62,"op-neq"]],"!~":[[62,"op-re-not-match"]],"!~*":[[62,"op-re-not-match-i"]],"!~~":[[62,"id19"]],"!~~*":[[62,"id20"]],"#":[[62,"op-bit-xor"]],"%":[[62,"op-modulo"]],"&":[[62,"op-bit-and"]],"(relation,
 name) tuples in logical fields and logical columns are 
unique":[[14,"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]],"*":[[62,"op-multiply"]],"+":[[62,"op-plus"]],"-":[[62,"op-minus"]],"/":[[62,"op-divide"]],"<":[[62,"op-lt"]],"<
 [...]
\ No newline at end of file
diff --git a/user-guide/sql/scalar_functions.html 
b/user-guide/sql/scalar_functions.html
index 29b989ddd8..970ade233b 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -4822,7 +4822,7 @@ only supported at the end of the string preceded by a 
space.</p></li>
 </section>
 <section id="array-union">
 <h3><code class="docutils literal notranslate"><span 
class="pre">array_union</span></code><a class="headerlink" href="#array-union" 
title="Link to this heading">#</a></h3>
-<p>Returns an array of elements that are present in both arrays (all elements 
from both arrays) with out duplicates.</p>
+<p>Returns an array of elements that are present in both arrays (all elements 
from both arrays) without duplicates.</p>
 <div class="highlight-sql notranslate"><div 
class="highlight"><pre><span></span><span class="n">array_union</span><span 
class="p">(</span><span class="n">array1</span><span class="p">,</span><span 
class="w"> </span><span class="n">array2</span><span class="p">)</span>
 </pre></div>
 </div>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to