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/arrow-datafusion.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e35e1e83c3 Publish built docs triggered by
cca5225263e1f838bd5f1ace91425bbdc18c2969
e35e1e83c3 is described below
commit e35e1e83c381ebdaa5e4a09def38dfd66c6ab954
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 1 13:16:21 2023 +0000
Publish built docs triggered by cca5225263e1f838bd5f1ace91425bbdc18c2969
---
_sources/user-guide/configs.md.txt | 1 +
contributor-guide/architecture.html | 2 +-
contributor-guide/communication.html | 2 +-
contributor-guide/index.html | 2 +-
contributor-guide/quarterly_roadmap.html | 2 +-
contributor-guide/roadmap.html | 2 +-
contributor-guide/specification/index.html | 2 +-
contributor-guide/specification/invariants.html | 2 +-
.../specification/output-field-name-semantic.html | 2 +-
genindex.html | 2 +-
index.html | 2 +-
search.html | 2 +-
searchindex.js | 2 +-
user-guide/cli.html | 2 +-
user-guide/configs.html | 26 +++++++++++++---------
user-guide/dataframe.html | 2 +-
user-guide/example-usage.html | 2 +-
user-guide/expressions.html | 2 +-
user-guide/faq.html | 2 +-
user-guide/introduction.html | 2 +-
user-guide/sql/aggregate_functions.html | 2 +-
user-guide/sql/data_types.html | 2 +-
user-guide/sql/ddl.html | 2 +-
user-guide/sql/explain.html | 2 +-
user-guide/sql/index.html | 2 +-
user-guide/sql/information_schema.html | 2 +-
user-guide/sql/scalar_functions.html | 2 +-
user-guide/sql/select.html | 2 +-
user-guide/sql/sql_status.html | 2 +-
user-guide/sql/subqueries.html | 2 +-
user-guide/sql/window_functions.html | 2 +-
31 files changed, 45 insertions(+), 40 deletions(-)
diff --git a/_sources/user-guide/configs.md.txt
b/_sources/user-guide/configs.md.txt
index 4229e3af70..bff7cb4da0 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -66,6 +66,7 @@ Environment variables are read during `SessionConfig`
initialisation so they mus
| datafusion.optimizer.repartition_file_scans | true |
When set to `true`, file groups will be repartitioned to achieve maximum
parallelism. Currently Parquet and CSV formats are supported. If set to `true`,
all files will be repartitioned evenly (i.e., a single large file might be
partitioned into smaller chunks) for parallel scanning. If set to `false`,
different files will be read in parallel, but repartitioning won't happen
within a single file. [...]
| datafusion.optimizer.repartition_windows | true |
Should DataFusion repartition data using the partitions keys to execute window
functions in parallel using the provided `target_partitions` level
[...]
| datafusion.optimizer.repartition_sorts | true |
Should DataFusion execute sorts in a per-partition fashion and merge afterwards
instead of coalescing first and sorting globally. With this flag is enabled,
plans in the form below `text "SortExec: [a@0 ASC]", " CoalescePartitionsExec",
" RepartitionExec: partitioning=RoundRobinBatch(8), input_partitions=1", `
would turn into the plan below which performs better in multithreaded
environments `text "SortPreserving [...]
+| datafusion.optimizer.bounded_order_preserving_variants | false |
When true, DataFusion will opportunistically remove sorts by replacing
`RepartitionExec` with `SortPreservingRepartitionExec`, and
`CoalescePartitionsExec` with `SortPreservingMergeExec`, even when the query is
bounded.
[...]
| datafusion.optimizer.skip_failed_rules | false |
When set to true, the logical plan optimizer will produce warning messages if
any optimization rules produce errors and then proceed to the next rule. When
set to false, any rules that produce errors will cause the query to fail
[...]
| datafusion.optimizer.max_passes | 3 |
Number of times that the optimizer will attempt to optimize the plan
[...]
| datafusion.optimizer.top_down_join_key_reordering | true |
When set to true, the physical plan optimizer will run a top down process to
reorder the join keys
[...]
diff --git a/contributor-guide/architecture.html
b/contributor-guide/architecture.html
index 90414e93d5..b9f773c0b0 100644
--- a/contributor-guide/architecture.html
+++ b/contributor-guide/architecture.html
@@ -366,7 +366,7 @@ possible. You can find the most up to date version in the
<a class="reference ex
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/contributor-guide/communication.html
b/contributor-guide/communication.html
index e863584b24..2bece45abc 100644
--- a/contributor-guide/communication.html
+++ b/contributor-guide/communication.html
@@ -437,7 +437,7 @@ for the video call link, add topics and to see what others
plan to discuss.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/contributor-guide/index.html b/contributor-guide/index.html
index 8db6f38442..0e43ebc48a 100644
--- a/contributor-guide/index.html
+++ b/contributor-guide/index.html
@@ -770,7 +770,7 @@ new specifications as you see fit.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/contributor-guide/quarterly_roadmap.html
b/contributor-guide/quarterly_roadmap.html
index 4da8689355..09d48aa818 100644
--- a/contributor-guide/quarterly_roadmap.html
+++ b/contributor-guide/quarterly_roadmap.html
@@ -529,7 +529,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/contributor-guide/roadmap.html b/contributor-guide/roadmap.html
index 2f23beca89..d8cd5e17ef 100644
--- a/contributor-guide/roadmap.html
+++ b/contributor-guide/roadmap.html
@@ -400,7 +400,7 @@ make review efficient and avoid surprises.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/contributor-guide/specification/index.html
b/contributor-guide/specification/index.html
index c5a9d9b753..29403f5b0c 100644
--- a/contributor-guide/specification/index.html
+++ b/contributor-guide/specification/index.html
@@ -351,7 +351,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/contributor-guide/specification/invariants.html
b/contributor-guide/specification/invariants.html
index 0af93b0ec4..38e76660ff 100644
--- a/contributor-guide/specification/invariants.html
+++ b/contributor-guide/specification/invariants.html
@@ -868,7 +868,7 @@ schemas.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/contributor-guide/specification/output-field-name-semantic.html
b/contributor-guide/specification/output-field-name-semantic.html
index eaa78a329e..3f160f36a5 100644
--- a/contributor-guide/specification/output-field-name-semantic.html
+++ b/contributor-guide/specification/output-field-name-semantic.html
@@ -786,7 +786,7 @@ DataFusion queries planned from both SQL queries and
Dataframe APIs.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/genindex.html b/genindex.html
index 85b22bd938..c68ed9a22f 100644
--- a/genindex.html
+++ b/genindex.html
@@ -310,7 +310,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/index.html b/index.html
index 4cd2652ee0..5c805aa75d 100644
--- a/index.html
+++ b/index.html
@@ -383,7 +383,7 @@ community.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/search.html b/search.html
index eee2e23143..9856d1c33b 100644
--- a/search.html
+++ b/search.html
@@ -339,7 +339,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/searchindex.js b/searchindex.js
index f16ae37223..89c608c7a4 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"docnames": ["contributor-guide/architecture",
"contributor-guide/communication", "contributor-guide/index",
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap",
"contributor-guide/specification/index",
"contributor-guide/specification/invariants",
"contributor-guide/specification/output-field-name-semantic", "index",
"user-guide/cli", "user-guide/configs", "user-guide/dataframe",
"user-guide/example-usage", "user-guide/expressions", "user-guide/faq", "use
[...]
\ No newline at end of file
+Search.setIndex({"docnames": ["contributor-guide/architecture",
"contributor-guide/communication", "contributor-guide/index",
"contributor-guide/quarterly_roadmap", "contributor-guide/roadmap",
"contributor-guide/specification/index",
"contributor-guide/specification/invariants",
"contributor-guide/specification/output-field-name-semantic", "index",
"user-guide/cli", "user-guide/configs", "user-guide/dataframe",
"user-guide/example-usage", "user-guide/expressions", "user-guide/faq", "use
[...]
\ No newline at end of file
diff --git a/user-guide/cli.html b/user-guide/cli.html
index 01537f84a4..b8b16caf07 100644
--- a/user-guide/cli.html
+++ b/user-guide/cli.html
@@ -821,7 +821,7 @@ DataFusion<span class="w"> </span>CLI<span class="w">
</span>v13.0.0
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/configs.html b/user-guide/configs.html
index 39d0866d61..437cf3fdd8 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -458,43 +458,47 @@ Environment variables are read during <code
class="docutils literal notranslate"
<td><p>true</p></td>
<td><p>Should DataFusion execute sorts in a per-partition fashion and merge
afterwards instead of coalescing first and sorting globally. With this flag is
enabled, plans in the form below <code class="docutils literal
notranslate"><span class="pre">text</span> <span
class="pre">"SortExec:</span> <span class="pre">[a@0</span> <span
class="pre">ASC]",</span> <span class="pre">"</span> <span
class="pre">CoalescePartitionsExec",</span> <span
class="pre">"</span> [...]
</tr>
-<tr class="row-odd"><td><p>datafusion.optimizer.skip_failed_rules</p></td>
+<tr
class="row-odd"><td><p>datafusion.optimizer.bounded_order_preserving_variants</p></td>
+<td><p>false</p></td>
+<td><p>When true, DataFusion will opportunistically remove sorts by replacing
<code class="docutils literal notranslate"><span
class="pre">RepartitionExec</span></code> with <code class="docutils literal
notranslate"><span class="pre">SortPreservingRepartitionExec</span></code>, and
<code class="docutils literal notranslate"><span
class="pre">CoalescePartitionsExec</span></code> with <code class="docutils
literal notranslate"><span class="pre">SortPreservingMergeExec</span></code>,
even [...]
+</tr>
+<tr class="row-even"><td><p>datafusion.optimizer.skip_failed_rules</p></td>
<td><p>false</p></td>
<td><p>When set to true, the logical plan optimizer will produce warning
messages if any optimization rules produce errors and then proceed to the next
rule. When set to false, any rules that produce errors will cause the query to
fail</p></td>
</tr>
-<tr class="row-even"><td><p>datafusion.optimizer.max_passes</p></td>
+<tr class="row-odd"><td><p>datafusion.optimizer.max_passes</p></td>
<td><p>3</p></td>
<td><p>Number of times that the optimizer will attempt to optimize the
plan</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.optimizer.top_down_join_key_reordering</p></td>
+<tr
class="row-even"><td><p>datafusion.optimizer.top_down_join_key_reordering</p></td>
<td><p>true</p></td>
<td><p>When set to true, the physical plan optimizer will run a top down
process to reorder the join keys</p></td>
</tr>
-<tr class="row-even"><td><p>datafusion.optimizer.prefer_hash_join</p></td>
+<tr class="row-odd"><td><p>datafusion.optimizer.prefer_hash_join</p></td>
<td><p>true</p></td>
<td><p>When set to true, the physical plan optimizer will prefer HashJoin over
SortMergeJoin. HashJoin can work more efficiently than SortMergeJoin but
consumes more memory</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.optimizer.hash_join_single_partition_threshold</p></td>
+<tr
class="row-even"><td><p>datafusion.optimizer.hash_join_single_partition_threshold</p></td>
<td><p>1048576</p></td>
<td><p>The maximum estimated size in bytes for one input side of a HashJoin
will be collected into a single partition</p></td>
</tr>
-<tr class="row-even"><td><p>datafusion.explain.logical_plan_only</p></td>
+<tr class="row-odd"><td><p>datafusion.explain.logical_plan_only</p></td>
<td><p>false</p></td>
<td><p>When set to true, the explain statement will only print logical
plans</p></td>
</tr>
-<tr class="row-odd"><td><p>datafusion.explain.physical_plan_only</p></td>
+<tr class="row-even"><td><p>datafusion.explain.physical_plan_only</p></td>
<td><p>false</p></td>
<td><p>When set to true, the explain statement will only print physical
plans</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.sql_parser.parse_float_as_decimal</p></td>
+<tr
class="row-odd"><td><p>datafusion.sql_parser.parse_float_as_decimal</p></td>
<td><p>false</p></td>
<td><p>When set to true, SQL parser will parse float as decimal type</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.sql_parser.enable_ident_normalization</p></td>
+<tr
class="row-even"><td><p>datafusion.sql_parser.enable_ident_normalization</p></td>
<td><p>true</p></td>
<td><p>When set to true, SQL parser will normalize ident (convert ident to
lowercase when not quoted)</p></td>
</tr>
-<tr class="row-even"><td><p>datafusion.sql_parser.dialect</p></td>
+<tr class="row-odd"><td><p>datafusion.sql_parser.dialect</p></td>
<td><p>generic</p></td>
<td><p>Configure the SQL dialect used by DataFusion’s parser; supported values
include: Generic, MySQL, PostgreSQL, Hive, SQLite, Snowflake, Redshift, MsSQL,
ClickHouse, BigQuery, and Ansi.</p></td>
</tr>
@@ -542,7 +546,7 @@ Environment variables are read during <code class="docutils
literal notranslate"
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/dataframe.html b/user-guide/dataframe.html
index 40c5826e42..febf260fc3 100644
--- a/user-guide/dataframe.html
+++ b/user-guide/dataframe.html
@@ -541,7 +541,7 @@ execution. The plan is evaluated (executed) when an action
method is invoked, su
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/example-usage.html b/user-guide/example-usage.html
index a338f39b2b..216520dcee 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -627,7 +627,7 @@ with <code class="docutils literal notranslate"><span
class="pre">native</span><
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index 86b6a33a0d..8f87934fd6 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -1127,7 +1127,7 @@ expressions such as <code class="docutils literal
notranslate"><span class="pre"
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/faq.html b/user-guide/faq.html
index a533fdb009..b931f46164 100644
--- a/user-guide/faq.html
+++ b/user-guide/faq.html
@@ -432,7 +432,7 @@ targets end-users rather than developers of other database
systems.</p></li>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/introduction.html b/user-guide/introduction.html
index f951e26e25..ce68e0ba8d 100644
--- a/user-guide/introduction.html
+++ b/user-guide/introduction.html
@@ -538,7 +538,7 @@ provide integrations with other systems, some of which are
described below:</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/sql/aggregate_functions.html
b/user-guide/sql/aggregate_functions.html
index 9279ae9e29..56d5955457 100644
--- a/user-guide/sql/aggregate_functions.html
+++ b/user-guide/sql/aggregate_functions.html
@@ -1321,7 +1321,7 @@ Can be a constant, column, or function, and any
combination of arithmetic operat
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/sql/data_types.html b/user-guide/sql/data_types.html
index fab4b1aa6a..ff10ca89c6 100644
--- a/user-guide/sql/data_types.html
+++ b/user-guide/sql/data_types.html
@@ -693,7 +693,7 @@ For example, to cast the output of <code class="docutils
literal notranslate"><s
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/sql/ddl.html b/user-guide/sql/ddl.html
index 3b3a791733..f3ebe6484c 100644
--- a/user-guide/sql/ddl.html
+++ b/user-guide/sql/ddl.html
@@ -625,7 +625,7 @@ DROP VIEW [ IF EXISTS ] <b><i>view_name</i></b>;
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/sql/explain.html b/user-guide/sql/explain.html
index 15b6f00f4d..1051d4e534 100644
--- a/user-guide/sql/explain.html
+++ b/user-guide/sql/explain.html
@@ -425,7 +425,7 @@ If you need more information output, use <code
class="docutils literal notransla
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/sql/index.html b/user-guide/sql/index.html
index 66c9dedac6..b07090f629 100644
--- a/user-guide/sql/index.html
+++ b/user-guide/sql/index.html
@@ -430,7 +430,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/sql/information_schema.html
b/user-guide/sql/information_schema.html
index f5da0db3be..d9bfe621fc 100644
--- a/user-guide/sql/information_schema.html
+++ b/user-guide/sql/information_schema.html
@@ -406,7 +406,7 @@ views of the ISO SQL <code class="docutils literal
notranslate"><span class="pre
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index 4e1e4a69cd..f65871c835 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -5011,7 +5011,7 @@ string operators.</p></li>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/sql/select.html b/user-guide/sql/select.html
index 89a7691383..80998ed65b 100644
--- a/user-guide/sql/select.html
+++ b/user-guide/sql/select.html
@@ -670,7 +670,7 @@ This order can be changed to descending by adding <code
class="docutils literal
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/sql/sql_status.html b/user-guide/sql/sql_status.html
index 6028dc7c62..304b6006ea 100644
--- a/user-guide/sql/sql_status.html
+++ b/user-guide/sql/sql_status.html
@@ -495,7 +495,7 @@ trait, DataFusion includes built in support for the
following formats:</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/sql/subqueries.html b/user-guide/sql/subqueries.html
index 2b96d13170..f1852b1b58 100644
--- a/user-guide/sql/subqueries.html
+++ b/user-guide/sql/subqueries.html
@@ -463,7 +463,7 @@ is an example of a filter using a scalar subquery. Only
correlated subqueries ar
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>
diff --git a/user-guide/sql/window_functions.html
b/user-guide/sql/window_functions.html
index 064e55f4db..912caf212d 100644
--- a/user-guide/sql/window_functions.html
+++ b/user-guide/sql/window_functions.html
@@ -774,7 +774,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.0.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.1.1.<br>
</p>
</div>