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

commit 1cee9ff4d124de611b2ab9a9985b86a067cce543
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 02:54:56 2025 +0000

    Publish built docs triggered by e4f6a144ac652f3eac4fe3dfebe3649c32fb19de
---
 _sources/user-guide/sql/dml.md.txt        | 2 +-
 _sources/user-guide/sql/subqueries.md.txt | 4 ++--
 user-guide/sql/dml.html                   | 2 +-
 user-guide/sql/subqueries.html            | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/_sources/user-guide/sql/dml.md.txt 
b/_sources/user-guide/sql/dml.md.txt
index c29447f23c..4934bc2674 100644
--- a/_sources/user-guide/sql/dml.md.txt
+++ b/_sources/user-guide/sql/dml.md.txt
@@ -88,7 +88,7 @@ of hive-style partitioned parquet files:
 +-------+
 ```
 
-If the the data contains values of `x` and `y` in column1 and only `a` in
+If the data contains values of `x` and `y` in column1 and only `a` in
 column2, output files will appear in the following directory structure:
 
 ```text
diff --git a/_sources/user-guide/sql/subqueries.md.txt 
b/_sources/user-guide/sql/subqueries.md.txt
index ee75a6a157..692d1c4020 100644
--- a/_sources/user-guide/sql/subqueries.md.txt
+++ b/_sources/user-guide/sql/subqueries.md.txt
@@ -183,7 +183,7 @@ FROM
 and return _true_ or _false_.
 Rows that evaluate to _false_ or NULL are filtered from results.
 The `WHERE` clause supports correlated and non-correlated subqueries
-as well as scalar and non-scalar subqueries (depending on the the operator used
+as well as scalar and non-scalar subqueries (depending on the operator used
 in the predicate expression).
 
 ```sql
@@ -293,7 +293,7 @@ returned by aggregate functions in the `SELECT` clause to 
the result of the
 subquery and return _true_ or _false_.
 Rows that evaluate to _false_ are filtered from results.
 The `HAVING` clause supports correlated and non-correlated subqueries
-as well as scalar and non-scalar subqueries (depending on the the operator used
+as well as scalar and non-scalar subqueries (depending on the operator used
 in the predicate expression).
 
 ```sql
diff --git a/user-guide/sql/dml.html b/user-guide/sql/dml.html
index 9a769c1b6d..e89d743e12 100644
--- a/user-guide/sql/dml.html
+++ b/user-guide/sql/dml.html
@@ -463,7 +463,7 @@ of hive-style partitioned parquet files:</p>
 <span class="o">+</span><span class="c1">-------+</span>
 </pre></div>
 </div>
-<p>If the the data contains values of <code class="docutils literal 
notranslate"><span class="pre">x</span></code> and <code class="docutils 
literal notranslate"><span class="pre">y</span></code> in column1 and only 
<code class="docutils literal notranslate"><span class="pre">a</span></code> in
+<p>If the data contains values of <code class="docutils literal 
notranslate"><span class="pre">x</span></code> and <code class="docutils 
literal notranslate"><span class="pre">y</span></code> in column1 and only 
<code class="docutils literal notranslate"><span class="pre">a</span></code> in
 column2, output files will appear in the following directory structure:</p>
 <div class="highlight-text notranslate"><div 
class="highlight"><pre><span></span>dir_name/
   column1=x/
diff --git a/user-guide/sql/subqueries.html b/user-guide/sql/subqueries.html
index 69e0703154..84b924d010 100644
--- a/user-guide/sql/subqueries.html
+++ b/user-guide/sql/subqueries.html
@@ -561,7 +561,7 @@ maximum value for each field.</p>
 and return <em>true</em> or <em>false</em>.
 Rows that evaluate to <em>false</em> or NULL are filtered from results.
 The <code class="docutils literal notranslate"><span 
class="pre">WHERE</span></code> clause supports correlated and non-correlated 
subqueries
-as well as scalar and non-scalar subqueries (depending on the the operator used
+as well as scalar and non-scalar subqueries (depending on the operator used
 in the predicate expression).</p>
 <div class="highlight-sql notranslate"><div 
class="highlight"><pre><span></span><span class="k">SELECT</span>
 <span class="w">  </span><span class="n">expression1</span><span 
class="p">[,</span><span class="w"> </span><span 
class="n">expression2</span><span class="p">,</span><span class="w"> 
</span><span class="p">...,</span><span class="w"> </span><span 
class="n">expressionN</span><span class="p">]</span>
@@ -666,7 +666,7 @@ returned by aggregate functions in the <code 
class="docutils literal notranslate
 subquery and return <em>true</em> or <em>false</em>.
 Rows that evaluate to <em>false</em> are filtered from results.
 The <code class="docutils literal notranslate"><span 
class="pre">HAVING</span></code> clause supports correlated and non-correlated 
subqueries
-as well as scalar and non-scalar subqueries (depending on the the operator used
+as well as scalar and non-scalar subqueries (depending on the operator used
 in the predicate expression).</p>
 <div class="highlight-sql notranslate"><div 
class="highlight"><pre><span></span><span class="k">SELECT</span>
 <span class="w">  </span><span class="n">aggregate_expression1</span><span 
class="p">[,</span><span class="w"> </span><span 
class="n">aggregate_expression2</span><span class="p">,</span><span class="w"> 
</span><span class="p">...,</span><span class="w"> </span><span 
class="n">aggregate_expressionN</span><span class="p">]</span>


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

Reply via email to