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 102b2f42c8 Publish built docs triggered by
2587df09c3fd9659f5076cedf98046e258764b2e
102b2f42c8 is described below
commit 102b2f42c8610a1468bafe1254c76a0405bd2b89
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jul 21 23:42:33 2024 +0000
Publish built docs triggered by 2587df09c3fd9659f5076cedf98046e258764b2e
---
.../aggregate_function.rs | 4 +-
_sources/user-guide/configs.md.txt | 1 +
contributor-guide/architecture.html | 2 +-
contributor-guide/communication.html | 2 +-
contributor-guide/getting_started.html | 2 +-
contributor-guide/governance.html | 2 +-
contributor-guide/howtos.html | 2 +-
contributor-guide/index.html | 2 +-
contributor-guide/inviting.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 +-
contributor-guide/testing.html | 2 +-
download.html | 2 +-
genindex.html | 2 +-
index.html | 2 +-
library-user-guide/adding-udfs.html | 2 +-
library-user-guide/building-logical-plans.html | 2 +-
library-user-guide/catalogs.html | 2 +-
library-user-guide/custom-table-providers.html | 2 +-
library-user-guide/extending-operators.html | 2 +-
library-user-guide/index.html | 2 +-
library-user-guide/profiling.html | 2 +-
library-user-guide/using-the-dataframe-api.html | 2 +-
library-user-guide/using-the-sql-api.html | 2 +-
library-user-guide/working-with-exprs.html | 2 +-
search.html | 2 +-
searchindex.js | 2 +-
user-guide/cli/datasources.html | 2 +-
user-guide/cli/index.html | 2 +-
user-guide/cli/installation.html | 2 +-
user-guide/cli/overview.html | 2 +-
user-guide/cli/usage.html | 2 +-
user-guide/configs.html | 150 +++++++++++----------
user-guide/crate-configuration.html | 2 +-
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/dml.html | 2 +-
user-guide/sql/explain.html | 2 +-
user-guide/sql/index.html | 2 +-
user-guide/sql/information_schema.html | 2 +-
user-guide/sql/operators.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 +-
user-guide/sql/write_options.html | 2 +-
55 files changed, 132 insertions(+), 127 deletions(-)
diff --git a/_downloads/f9718f9b04809de030b1693c73858f19/aggregate_function.rs
b/_downloads/f9718f9b04809de030b1693c73858f19/aggregate_function.rs
index 3cae78eaed..39b3b4ed3b 100644
--- a/_downloads/f9718f9b04809de030b1693c73858f19/aggregate_function.rs
+++ b/_downloads/f9718f9b04809de030b1693c73858f19/aggregate_function.rs
@@ -152,8 +152,8 @@ mod tests {
use strum::IntoEnumIterator;
#[test]
- // Test for AggregateFuncion's Display and from_str() implementations.
- // For each variant in AggregateFuncion, it converts the variant to a
string
+ // Test for AggregateFunction's Display and from_str() implementations.
+ // For each variant in AggregateFunction, it converts the variant to a
string
// and then back to a variant. The test asserts that the original variant
and
// the reconstructed variant are the same. This assertion is also
necessary for
// function suggestion. See
https://github.com/apache/datafusion/issues/8082
diff --git a/_sources/user-guide/configs.md.txt
b/_sources/user-guide/configs.md.txt
index 8d3ecbc985..5e5de016e3 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -44,6 +44,7 @@ Environment variables are read during `SessionConfig`
initialisation so they mus
| datafusion.catalog.location |
NULL | Location scanned to load tables for `default`
schema
[...]
| datafusion.catalog.format |
NULL | Type of `TableProvider` to use when loading
`default` schema
[...]
| datafusion.catalog.has_header |
false | Default value for `format.has_header` for `CREATE
EXTERNAL TABLE` if not specified explicitly in the statement.
[...]
+| datafusion.catalog.newlines_in_values |
false | Specifies whether newlines in (quoted) CSV values
are supported. This is the default value for `format.newlines_in_values` for
`CREATE EXTERNAL TABLE` if not specified explicitly in the statement. Parsing
newlines in quoted values may be affected by execution behaviour such as
parallel file scanning. Setting this to `true` ensures that newlines in values
are parsed successfully, which [...]
| datafusion.execution.batch_size |
8192 | Default batch size while creating new batches, it's
especially useful for buffer-in-memory batches since creating tiny batches
would result in too much metadata memory consumption
[...]
| datafusion.execution.coalesce_batches |
true | When set to true, record batches will be examined
between each operator and small batches will be coalesced into larger batches.
This is helpful when there are highly selective filters or joins that could
produce tiny output batches. The target batch size is determined by the
configuration setting
[...]
| datafusion.execution.collect_statistics |
false | Should DataFusion collect statistics after listing
files
[...]
diff --git a/contributor-guide/architecture.html
b/contributor-guide/architecture.html
index 964080b64f..1cb2090874 100644
--- a/contributor-guide/architecture.html
+++ b/contributor-guide/architecture.html
@@ -651,7 +651,7 @@ regression in functionality</p></li>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/communication.html
b/contributor-guide/communication.html
index a73d9d8199..129f3bce93 100644
--- a/contributor-guide/communication.html
+++ b/contributor-guide/communication.html
@@ -622,7 +622,7 @@ mailing list for release coordination and other
project-wide discussions. Links:
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/getting_started.html
b/contributor-guide/getting_started.html
index 3fee13777d..b3427eefaf 100644
--- a/contributor-guide/getting_started.html
+++ b/contributor-guide/getting_started.html
@@ -641,7 +641,7 @@ libprotoc<span class="w"> </span><span
class="m">3</span>.15.0
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/governance.html
b/contributor-guide/governance.html
index 3fb79c8124..05752c8558 100644
--- a/contributor-guide/governance.html
+++ b/contributor-guide/governance.html
@@ -642,7 +642,7 @@ direction, typically over the course of a year or more.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/howtos.html b/contributor-guide/howtos.html
index 4d4c0f2ddd..71fc679d86 100644
--- a/contributor-guide/howtos.html
+++ b/contributor-guide/howtos.html
@@ -714,7 +714,7 @@ taplo<span class="w"> </span><span class="m">0</span>.9.0
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/index.html b/contributor-guide/index.html
index 42133585c4..700968d658 100644
--- a/contributor-guide/index.html
+++ b/contributor-guide/index.html
@@ -709,7 +709,7 @@ Commenting on the PR will remove the <code class="docutils
literal notranslate">
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/inviting.html b/contributor-guide/inviting.html
index 4602473460..5e5f593958 100644
--- a/contributor-guide/inviting.html
+++ b/contributor-guide/inviting.html
@@ -1026,7 +1026,7 @@ Congratulations and welcome!
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/roadmap.html b/contributor-guide/roadmap.html
index b5b0f492e9..9c6a317939 100644
--- a/contributor-guide/roadmap.html
+++ b/contributor-guide/roadmap.html
@@ -789,7 +789,7 @@ date.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/specification/index.html
b/contributor-guide/specification/index.html
index 8b9882c88d..f8ae02d62b 100644
--- a/contributor-guide/specification/index.html
+++ b/contributor-guide/specification/index.html
@@ -555,7 +555,7 @@ specifications:</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/specification/invariants.html
b/contributor-guide/specification/invariants.html
index 3a239dafff..ed5e0afd37 100644
--- a/contributor-guide/specification/invariants.html
+++ b/contributor-guide/specification/invariants.html
@@ -1065,7 +1065,7 @@ schemas.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/specification/output-field-name-semantic.html
b/contributor-guide/specification/output-field-name-semantic.html
index 2e6f381d28..0e52164a56 100644
--- a/contributor-guide/specification/output-field-name-semantic.html
+++ b/contributor-guide/specification/output-field-name-semantic.html
@@ -983,7 +983,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.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/contributor-guide/testing.html b/contributor-guide/testing.html
index 20afbcc8ac..336c3220d9 100644
--- a/contributor-guide/testing.html
+++ b/contributor-guide/testing.html
@@ -723,7 +723,7 @@ tested in the same way using the <a class="reference
external" href="https://doc
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/download.html b/download.html
index a28f16d421..2d6d9ad934 100644
--- a/download.html
+++ b/download.html
@@ -628,7 +628,7 @@ official Apache DataFusion releases are provided as source
artifacts.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/genindex.html b/genindex.html
index 785b9adfd0..5ebc8e29db 100644
--- a/genindex.html
+++ b/genindex.html
@@ -507,7 +507,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/index.html b/index.html
index abcb56dc65..6f91a571f1 100644
--- a/index.html
+++ b/index.html
@@ -631,7 +631,7 @@ community.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/library-user-guide/adding-udfs.html
b/library-user-guide/adding-udfs.html
index de495621a3..14cc977bee 100644
--- a/library-user-guide/adding-udfs.html
+++ b/library-user-guide/adding-udfs.html
@@ -1211,7 +1211,7 @@ There is a lower level API with more functionality but is
more complex, that is
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/library-user-guide/building-logical-plans.html
b/library-user-guide/building-logical-plans.html
index 6bf7edbb19..73ad601cef 100644
--- a/library-user-guide/building-logical-plans.html
+++ b/library-user-guide/building-logical-plans.html
@@ -685,7 +685,7 @@ wrapper for a <a class="reference external"
href="https://docs.rs/datafusion/lat
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/library-user-guide/catalogs.html b/library-user-guide/catalogs.html
index 7f7f8324c9..7d027ba870 100644
--- a/library-user-guide/catalogs.html
+++ b/library-user-guide/catalogs.html
@@ -792,7 +792,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/library-user-guide/custom-table-providers.html
b/library-user-guide/custom-table-providers.html
index 410b327eae..3c1c3d88f2 100644
--- a/library-user-guide/custom-table-providers.html
+++ b/library-user-guide/custom-table-providers.html
@@ -773,7 +773,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/library-user-guide/extending-operators.html
b/library-user-guide/extending-operators.html
index ab23160b6a..0fc80857fc 100644
--- a/library-user-guide/extending-operators.html
+++ b/library-user-guide/extending-operators.html
@@ -561,7 +561,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/library-user-guide/index.html b/library-user-guide/index.html
index 2282b855db..1abc0540a2 100644
--- a/library-user-guide/index.html
+++ b/library-user-guide/index.html
@@ -576,7 +576,7 @@ useful place to get the lay of the land before starting
down a specific path.</p
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/library-user-guide/profiling.html
b/library-user-guide/profiling.html
index 1932c34079..0e5f9d7a08 100644
--- a/library-user-guide/profiling.html
+++ b/library-user-guide/profiling.html
@@ -633,7 +633,7 @@ sudo<span class="w"> </span>dtrace<span class="w">
</span>-c<span class="w"> </s
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/library-user-guide/using-the-dataframe-api.html
b/library-user-guide/using-the-dataframe-api.html
index f9ab9bd0d5..3960b0a5ab 100644
--- a/library-user-guide/using-the-dataframe-api.html
+++ b/library-user-guide/using-the-dataframe-api.html
@@ -849,7 +849,7 @@ easily go back and forth between them.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/library-user-guide/using-the-sql-api.html
b/library-user-guide/using-the-sql-api.html
index a1edabbaa3..7cf5234e8f 100644
--- a/library-user-guide/using-the-sql-api.html
+++ b/library-user-guide/using-the-sql-api.html
@@ -800,7 +800,7 @@ statement.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/library-user-guide/working-with-exprs.html
b/library-user-guide/working-with-exprs.html
index b6cc1d357b..6bd95f4c79 100644
--- a/library-user-guide/working-with-exprs.html
+++ b/library-user-guide/working-with-exprs.html
@@ -806,7 +806,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/search.html b/search.html
index eb5a943ac4..6b780b497e 100644
--- a/search.html
+++ b/search.html
@@ -534,7 +534,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/searchindex.js b/searchindex.js
index 9f059582c1..b29d674a98 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"!=": [[43, "op-neq"]], "!~": [[43,
"op-re-not-match"]], "!~*": [[43, "op-re-not-match-i"]], "!~~": [[43, "id18"]],
"!~~*": [[43, "id19"]], "#": [[43, "op-bit-xor"]], "%": [[43, "op-modulo"]],
"&": [[43, "op-bit-and"]], "(relation, name) tuples in logical fields and
logical columns are unique": [[9,
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*":
[[43, "op-multiply"]], "+": [[43, "op-plus"]], "-": [[43, "op-minus"]], "/":
[[4 [...]
\ No newline at end of file
+Search.setIndex({"alltitles": {"!=": [[43, "op-neq"]], "!~": [[43,
"op-re-not-match"]], "!~*": [[43, "op-re-not-match-i"]], "!~~": [[43, "id18"]],
"!~~*": [[43, "id19"]], "#": [[43, "op-bit-xor"]], "%": [[43, "op-modulo"]],
"&": [[43, "op-bit-and"]], "(relation, name) tuples in logical fields and
logical columns are unique": [[9,
"relation-name-tuples-in-logical-fields-and-logical-columns-are-unique"]], "*":
[[43, "op-multiply"]], "+": [[43, "op-plus"]], "-": [[43, "op-minus"]], "/":
[[4 [...]
\ No newline at end of file
diff --git a/user-guide/cli/datasources.html b/user-guide/cli/datasources.html
index 8dd49ccb99..fb45162c9d 100644
--- a/user-guide/cli/datasources.html
+++ b/user-guide/cli/datasources.html
@@ -983,7 +983,7 @@ DataFusion<span class="w"> </span>CLI<span class="w">
</span>v21.0.0
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/cli/index.html b/user-guide/cli/index.html
index 731fddd1c9..8303186bee 100644
--- a/user-guide/cli/index.html
+++ b/user-guide/cli/index.html
@@ -584,7 +584,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/cli/installation.html b/user-guide/cli/installation.html
index 3b685719e7..c2184477d6 100644
--- a/user-guide/cli/installation.html
+++ b/user-guide/cli/installation.html
@@ -618,7 +618,7 @@ docker<span class="w"> </span>run<span class="w">
</span>--rm<span class="w"> </
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/cli/overview.html b/user-guide/cli/overview.html
index 8dd9c04b36..fd163c32e7 100644
--- a/user-guide/cli/overview.html
+++ b/user-guide/cli/overview.html
@@ -580,7 +580,7 @@ and <a class="reference internal"
href="datasources.html"><span class="doc std s
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/cli/usage.html b/user-guide/cli/usage.html
index a48bdef1f8..d4d1ffb0f2 100644
--- a/user-guide/cli/usage.html
+++ b/user-guide/cli/usage.html
@@ -967,7 +967,7 @@ in the file. Please refer to the <a class="reference
external" href="https://par
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/configs.html b/user-guide/configs.html
index fbf502df68..625e36a6b0 100644
--- a/user-guide/configs.html
+++ b/user-guide/configs.html
@@ -565,291 +565,295 @@ Environment variables are read during <code
class="docutils literal notranslate"
<td><p>false</p></td>
<td><p>Default value for <code class="docutils literal notranslate"><span
class="pre">format.has_header</span></code> for <code class="docutils literal
notranslate"><span class="pre">CREATE</span> <span class="pre">EXTERNAL</span>
<span class="pre">TABLE</span></code> if not specified explicitly in the
statement.</p></td>
</tr>
-<tr class="row-odd"><td><p>datafusion.execution.batch_size</p></td>
+<tr class="row-odd"><td><p>datafusion.catalog.newlines_in_values</p></td>
+<td><p>false</p></td>
+<td><p>Specifies whether newlines in (quoted) CSV values are supported. This
is the default value for <code class="docutils literal notranslate"><span
class="pre">format.newlines_in_values</span></code> for <code class="docutils
literal notranslate"><span class="pre">CREATE</span> <span
class="pre">EXTERNAL</span> <span class="pre">TABLE</span></code> if not
specified explicitly in the statement. Parsing newlines in quoted values may be
affected by execution behaviour such as parallel fi [...]
+</tr>
+<tr class="row-even"><td><p>datafusion.execution.batch_size</p></td>
<td><p>8192</p></td>
<td><p>Default batch size while creating new batches, it’s especially useful
for buffer-in-memory batches since creating tiny batches would result in too
much metadata memory consumption</p></td>
</tr>
-<tr class="row-even"><td><p>datafusion.execution.coalesce_batches</p></td>
+<tr class="row-odd"><td><p>datafusion.execution.coalesce_batches</p></td>
<td><p>true</p></td>
<td><p>When set to true, record batches will be examined between each operator
and small batches will be coalesced into larger batches. This is helpful when
there are highly selective filters or joins that could produce tiny output
batches. The target batch size is determined by the configuration
setting</p></td>
</tr>
-<tr class="row-odd"><td><p>datafusion.execution.collect_statistics</p></td>
+<tr class="row-even"><td><p>datafusion.execution.collect_statistics</p></td>
<td><p>false</p></td>
<td><p>Should DataFusion collect statistics after listing files</p></td>
</tr>
-<tr class="row-even"><td><p>datafusion.execution.target_partitions</p></td>
+<tr class="row-odd"><td><p>datafusion.execution.target_partitions</p></td>
<td><p>0</p></td>
<td><p>Number of partitions for query execution. Increasing partitions can
increase concurrency. Defaults to the number of CPU cores on the system</p></td>
</tr>
-<tr class="row-odd"><td><p>datafusion.execution.time_zone</p></td>
+<tr class="row-even"><td><p>datafusion.execution.time_zone</p></td>
<td><p>+00:00</p></td>
<td><p>The default time zone Some functions, e.g. <code class="docutils
literal notranslate"><span class="pre">EXTRACT(HOUR</span> <span
class="pre">from</span> <span class="pre">SOME_TIME)</span></code>, shift the
underlying datetime according to this time zone, and then extract the
hour</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.parquet.enable_page_index</p></td>
+<tr
class="row-odd"><td><p>datafusion.execution.parquet.enable_page_index</p></td>
<td><p>true</p></td>
<td><p>(reading) If true, reads the Parquet data page level metadata (the Page
Index), if present, to reduce the I/O and number of rows decoded.</p></td>
</tr>
-<tr class="row-odd"><td><p>datafusion.execution.parquet.pruning</p></td>
+<tr class="row-even"><td><p>datafusion.execution.parquet.pruning</p></td>
<td><p>true</p></td>
<td><p>(reading) If true, the parquet reader attempts to skip entire row
groups based on the predicate in the query and the metadata (min/max values)
stored in the parquet file</p></td>
</tr>
-<tr class="row-even"><td><p>datafusion.execution.parquet.skip_metadata</p></td>
+<tr class="row-odd"><td><p>datafusion.execution.parquet.skip_metadata</p></td>
<td><p>true</p></td>
<td><p>(reading) If true, the parquet reader skip the optional embedded
metadata that may be in the file Schema. This setting can help avoid schema
conflicts when querying multiple parquet files with schemas containing
compatible types but different metadata</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.execution.parquet.metadata_size_hint</p></td>
+<tr
class="row-even"><td><p>datafusion.execution.parquet.metadata_size_hint</p></td>
<td><p>NULL</p></td>
<td><p>(reading) If specified, the parquet reader will try and fetch the last
<code class="docutils literal notranslate"><span
class="pre">size_hint</span></code> bytes of the parquet file optimistically.
If not specified, two reads are required: One read to fetch the 8-byte parquet
footer and another to fetch the metadata length encoded in the footer</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.parquet.pushdown_filters</p></td>
+<tr
class="row-odd"><td><p>datafusion.execution.parquet.pushdown_filters</p></td>
<td><p>false</p></td>
<td><p>(reading) If true, filter expressions are be applied during the parquet
decoding operation to reduce the number of rows decoded. This optimization is
sometimes called “late materialization”.</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.execution.parquet.reorder_filters</p></td>
+<tr
class="row-even"><td><p>datafusion.execution.parquet.reorder_filters</p></td>
<td><p>false</p></td>
<td><p>(reading) If true, filter expressions evaluated during the parquet
decoding operation will be reordered heuristically to minimize the cost of
evaluation. If false, the filters are applied in the same order as written in
the query</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.parquet.data_pagesize_limit</p></td>
+<tr
class="row-odd"><td><p>datafusion.execution.parquet.data_pagesize_limit</p></td>
<td><p>1048576</p></td>
<td><p>(writing) Sets best effort maximum size of data page in bytes</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.execution.parquet.write_batch_size</p></td>
+<tr
class="row-even"><td><p>datafusion.execution.parquet.write_batch_size</p></td>
<td><p>1024</p></td>
<td><p>(writing) Sets write_batch_size in bytes</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.parquet.writer_version</p></td>
+<tr class="row-odd"><td><p>datafusion.execution.parquet.writer_version</p></td>
<td><p>1.0</p></td>
<td><p>(writing) Sets parquet writer version valid values are “1.0” and
“2.0”</p></td>
</tr>
-<tr class="row-odd"><td><p>datafusion.execution.parquet.compression</p></td>
+<tr class="row-even"><td><p>datafusion.execution.parquet.compression</p></td>
<td><p>zstd(3)</p></td>
<td><p>(writing) Sets default parquet compression codec. Valid values are:
uncompressed, snappy, gzip(level), lzo, brotli(level), lz4, zstd(level), and
lz4_raw. These values are not case sensitive. If NULL, uses default parquet
writer setting</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.parquet.dictionary_enabled</p></td>
+<tr
class="row-odd"><td><p>datafusion.execution.parquet.dictionary_enabled</p></td>
<td><p>NULL</p></td>
<td><p>(writing) Sets if dictionary encoding is enabled. If NULL, uses default
parquet writer setting</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.execution.parquet.dictionary_page_size_limit</p></td>
+<tr
class="row-even"><td><p>datafusion.execution.parquet.dictionary_page_size_limit</p></td>
<td><p>1048576</p></td>
<td><p>(writing) Sets best effort maximum dictionary page size, in
bytes</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.parquet.statistics_enabled</p></td>
+<tr
class="row-odd"><td><p>datafusion.execution.parquet.statistics_enabled</p></td>
<td><p>NULL</p></td>
<td><p>(writing) Sets if statistics are enabled for any column Valid values
are: “none”, “chunk”, and “page” These values are not case sensitive. If NULL,
uses default parquet writer setting</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.execution.parquet.max_statistics_size</p></td>
+<tr
class="row-even"><td><p>datafusion.execution.parquet.max_statistics_size</p></td>
<td><p>NULL</p></td>
<td><p>(writing) Sets max statistics size for any column. If NULL, uses
default parquet writer setting</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.parquet.max_row_group_size</p></td>
+<tr
class="row-odd"><td><p>datafusion.execution.parquet.max_row_group_size</p></td>
<td><p>1048576</p></td>
<td><p>(writing) Target maximum number of rows in each row group (defaults to
1M rows). Writing larger row groups requires more memory to write, but can get
better compression and be faster to read.</p></td>
</tr>
-<tr class="row-odd"><td><p>datafusion.execution.parquet.created_by</p></td>
+<tr class="row-even"><td><p>datafusion.execution.parquet.created_by</p></td>
<td><p>datafusion version 40.0.0</p></td>
<td><p>(writing) Sets “created by” property</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.parquet.column_index_truncate_length</p></td>
+<tr
class="row-odd"><td><p>datafusion.execution.parquet.column_index_truncate_length</p></td>
<td><p>NULL</p></td>
<td><p>(writing) Sets column index truncate length</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.execution.parquet.data_page_row_count_limit</p></td>
+<tr
class="row-even"><td><p>datafusion.execution.parquet.data_page_row_count_limit</p></td>
<td><p>18446744073709551615</p></td>
<td><p>(writing) Sets best effort maximum number of rows in data page</p></td>
</tr>
-<tr class="row-even"><td><p>datafusion.execution.parquet.encoding</p></td>
+<tr class="row-odd"><td><p>datafusion.execution.parquet.encoding</p></td>
<td><p>NULL</p></td>
<td><p>(writing) Sets default encoding for any column. Valid values are:
plain, plain_dictionary, rle, bit_packed, delta_binary_packed,
delta_length_byte_array, delta_byte_array, rle_dictionary, and
byte_stream_split. These values are not case sensitive. If NULL, uses default
parquet writer setting</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.execution.parquet.bloom_filter_on_read</p></td>
+<tr
class="row-even"><td><p>datafusion.execution.parquet.bloom_filter_on_read</p></td>
<td><p>true</p></td>
<td><p>(writing) Use any available bloom filters when reading parquet
files</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.parquet.bloom_filter_on_write</p></td>
+<tr
class="row-odd"><td><p>datafusion.execution.parquet.bloom_filter_on_write</p></td>
<td><p>false</p></td>
<td><p>(writing) Write bloom filters for all columns when creating parquet
files</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.execution.parquet.bloom_filter_fpp</p></td>
+<tr
class="row-even"><td><p>datafusion.execution.parquet.bloom_filter_fpp</p></td>
<td><p>NULL</p></td>
<td><p>(writing) Sets bloom filter false positive probability. If NULL, uses
default parquet writer setting</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.parquet.bloom_filter_ndv</p></td>
+<tr
class="row-odd"><td><p>datafusion.execution.parquet.bloom_filter_ndv</p></td>
<td><p>NULL</p></td>
<td><p>(writing) Sets bloom filter number of distinct values. If NULL, uses
default parquet writer setting</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.execution.parquet.allow_single_file_parallelism</p></td>
+<tr
class="row-even"><td><p>datafusion.execution.parquet.allow_single_file_parallelism</p></td>
<td><p>true</p></td>
<td><p>(writing) Controls whether DataFusion will attempt to speed up writing
parquet files by serializing them in parallel. Each column in each row group in
each output file are serialized in parallel leveraging a maximum possible core
count of n_files<em>n_row_groups</em>n_columns.</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.parquet.maximum_parallel_row_group_writers</p></td>
+<tr
class="row-odd"><td><p>datafusion.execution.parquet.maximum_parallel_row_group_writers</p></td>
<td><p>1</p></td>
<td><p>(writing) By default parallel parquet writer is tuned for minimum
memory usage in a streaming execution plan. You may see a performance benefit
when writing large parquet files by increasing
maximum_parallel_row_group_writers and
maximum_buffered_record_batches_per_stream if your system has idle cores and
can tolerate additional memory usage. Boosting these values is likely
worthwhile when writing out already in-memory data, such as from a cached data
frame.</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.execution.parquet.maximum_buffered_record_batches_per_stream</p></td>
+<tr
class="row-even"><td><p>datafusion.execution.parquet.maximum_buffered_record_batches_per_stream</p></td>
<td><p>2</p></td>
<td><p>(writing) By default parallel parquet writer is tuned for minimum
memory usage in a streaming execution plan. You may see a performance benefit
when writing large parquet files by increasing
maximum_parallel_row_group_writers and
maximum_buffered_record_batches_per_stream if your system has idle cores and
can tolerate additional memory usage. Boosting these values is likely
worthwhile when writing out already in-memory data, such as from a cached data
frame.</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.aggregate.scalar_update_factor</p></td>
+<tr
class="row-odd"><td><p>datafusion.execution.aggregate.scalar_update_factor</p></td>
<td><p>10</p></td>
<td><p>Specifies the threshold for using <code class="docutils literal
notranslate"><span class="pre">ScalarValue</span></code>s to update
accumulators during high-cardinality aggregations for each input batch. The
aggregation is considered high-cardinality if the number of affected groups is
greater than or equal to <code class="docutils literal notranslate"><span
class="pre">batch_size</span> <span class="pre">/</span> <span
class="pre">scalar_update_factor</span></code>. In such cases [...]
</tr>
-<tr class="row-odd"><td><p>datafusion.execution.planning_concurrency</p></td>
+<tr class="row-even"><td><p>datafusion.execution.planning_concurrency</p></td>
<td><p>0</p></td>
<td><p>Fan-out during initial physical planning. This is mostly use to plan
<code class="docutils literal notranslate"><span
class="pre">UNION</span></code> children in parallel. Defaults to the number of
CPU cores on the system</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.sort_spill_reservation_bytes</p></td>
+<tr
class="row-odd"><td><p>datafusion.execution.sort_spill_reservation_bytes</p></td>
<td><p>10485760</p></td>
<td><p>Specifies the reserved memory for each spillable sort operation to
facilitate an in-memory merge. When a sort operation spills to disk, the
in-memory data must be sorted and merged before being written to a file. This
setting reserves a specific amount of memory for that in-memory sort/merge
process. Note: This setting is irrelevant if the sort operation cannot spill
(i.e., if there’s no <code class="docutils literal notranslate"><span
class="pre">DiskManager</span></code> configu [...]
</tr>
-<tr
class="row-odd"><td><p>datafusion.execution.sort_in_place_threshold_bytes</p></td>
+<tr
class="row-even"><td><p>datafusion.execution.sort_in_place_threshold_bytes</p></td>
<td><p>1048576</p></td>
<td><p>When sorting, below what size should data be concatenated and sorted in
a single RecordBatch rather than sorted in batches and merged.</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.meta_fetch_concurrency</p></td>
+<tr class="row-odd"><td><p>datafusion.execution.meta_fetch_concurrency</p></td>
<td><p>32</p></td>
<td><p>Number of files to read in parallel when inferring schema and
statistics</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.execution.minimum_parallel_output_files</p></td>
+<tr
class="row-even"><td><p>datafusion.execution.minimum_parallel_output_files</p></td>
<td><p>4</p></td>
<td><p>Guarantees a minimum level of output files running in parallel.
RecordBatches will be distributed in round robin fashion to each parallel
writer. Each writer is closed and a new file opened once
soft_max_rows_per_output_file is reached.</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.soft_max_rows_per_output_file</p></td>
+<tr
class="row-odd"><td><p>datafusion.execution.soft_max_rows_per_output_file</p></td>
<td><p>50000000</p></td>
<td><p>Target number of rows in output files when writing multiple. This is a
soft max, so it can be exceeded slightly. There also will be one file smaller
than the limit if the total number of rows written is not roughly divisible by
the soft max</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.execution.max_buffered_batches_per_output_file</p></td>
+<tr
class="row-even"><td><p>datafusion.execution.max_buffered_batches_per_output_file</p></td>
<td><p>2</p></td>
<td><p>This is the maximum number of RecordBatches buffered for each output
file being worked. Higher values can potentially give faster write performance
at the cost of higher peak memory consumption</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.listing_table_ignore_subdirectory</p></td>
+<tr
class="row-odd"><td><p>datafusion.execution.listing_table_ignore_subdirectory</p></td>
<td><p>true</p></td>
<td><p>Should sub directories be ignored when scanning directories for data
files. Defaults to true (ignores subdirectories), consistent with Hive. Note
that this setting does not affect reading partitioned tables (e.g. <code
class="docutils literal notranslate"><span
class="pre">/table/year=2021/month=01/data.parquet</span></code>).</p></td>
</tr>
-<tr class="row-odd"><td><p>datafusion.execution.enable_recursive_ctes</p></td>
+<tr class="row-even"><td><p>datafusion.execution.enable_recursive_ctes</p></td>
<td><p>true</p></td>
<td><p>Should DataFusion support recursive CTEs</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.execution.split_file_groups_by_statistics</p></td>
+<tr
class="row-odd"><td><p>datafusion.execution.split_file_groups_by_statistics</p></td>
<td><p>false</p></td>
<td><p>Attempt to eliminate sorts by packing & sorting files with
non-overlapping statistics into the same file groups. Currently
experimental</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.execution.keep_partition_by_columns</p></td>
+<tr
class="row-even"><td><p>datafusion.execution.keep_partition_by_columns</p></td>
<td><p>false</p></td>
<td><p>Should DataFusion keep the columns used for partition_by in the output
RecordBatches</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.optimizer.enable_distinct_aggregation_soft_limit</p></td>
+<tr
class="row-odd"><td><p>datafusion.optimizer.enable_distinct_aggregation_soft_limit</p></td>
<td><p>true</p></td>
<td><p>When set to true, the optimizer will push a limit operation into
grouped aggregations which have no aggregate expressions, as a soft limit,
emitting groups once the limit is reached, before all rows in the group are
read.</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.optimizer.enable_round_robin_repartition</p></td>
+<tr
class="row-even"><td><p>datafusion.optimizer.enable_round_robin_repartition</p></td>
<td><p>true</p></td>
<td><p>When set to true, the physical plan optimizer will try to add round
robin repartitioning to increase parallelism to leverage more CPU cores</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.optimizer.enable_topk_aggregation</p></td>
+<tr
class="row-odd"><td><p>datafusion.optimizer.enable_topk_aggregation</p></td>
<td><p>true</p></td>
<td><p>When set to true, the optimizer will attempt to perform limit
operations during aggregations, if possible</p></td>
</tr>
-<tr class="row-odd"><td><p>datafusion.optimizer.filter_null_join_keys</p></td>
+<tr class="row-even"><td><p>datafusion.optimizer.filter_null_join_keys</p></td>
<td><p>false</p></td>
<td><p>When set to true, the optimizer will insert filters before a join
between a nullable and non-nullable column to filter out nulls on the nullable
side. This filter can add additional overhead when the file format does not
fully support predicate push down.</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.optimizer.repartition_aggregations</p></td>
+<tr
class="row-odd"><td><p>datafusion.optimizer.repartition_aggregations</p></td>
<td><p>true</p></td>
<td><p>Should DataFusion repartition data using the aggregate keys to execute
aggregates in parallel using the provided <code class="docutils literal
notranslate"><span class="pre">target_partitions</span></code> level</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.optimizer.repartition_file_min_size</p></td>
+<tr
class="row-even"><td><p>datafusion.optimizer.repartition_file_min_size</p></td>
<td><p>10485760</p></td>
<td><p>Minimum total files size in bytes to perform file scan
repartitioning.</p></td>
</tr>
-<tr class="row-even"><td><p>datafusion.optimizer.repartition_joins</p></td>
+<tr class="row-odd"><td><p>datafusion.optimizer.repartition_joins</p></td>
<td><p>true</p></td>
<td><p>Should DataFusion repartition data using the join keys to execute joins
in parallel using the provided <code class="docutils literal notranslate"><span
class="pre">target_partitions</span></code> level</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.optimizer.allow_symmetric_joins_without_pruning</p></td>
+<tr
class="row-even"><td><p>datafusion.optimizer.allow_symmetric_joins_without_pruning</p></td>
<td><p>true</p></td>
<td><p>Should DataFusion allow symmetric hash joins for unbounded data sources
even when its inputs do not have any ordering or filtering If the flag is not
enabled, the SymmetricHashJoin operator will be unable to prune its internal
buffers, resulting in certain join types - such as Full, Left, LeftAnti,
LeftSemi, Right, RightAnti, and RightSemi - being produced only at the end of
the execution. This is not typical in stream processing. Additionally, without
proper design for long runne [...]
</tr>
-<tr
class="row-even"><td><p>datafusion.optimizer.repartition_file_scans</p></td>
+<tr class="row-odd"><td><p>datafusion.optimizer.repartition_file_scans</p></td>
<td><p>true</p></td>
<td><p>When set to <code class="docutils literal notranslate"><span
class="pre">true</span></code>, file groups will be repartitioned to achieve
maximum parallelism. Currently Parquet and CSV formats are supported. If set to
<code class="docutils literal notranslate"><span
class="pre">true</span></code>, all files will be repartitioned evenly (i.e., a
single large file might be partitioned into smaller chunks) for parallel
scanning. If set to <code class="docutils literal notranslate"><s [...]
</tr>
-<tr class="row-odd"><td><p>datafusion.optimizer.repartition_windows</p></td>
+<tr class="row-even"><td><p>datafusion.optimizer.repartition_windows</p></td>
<td><p>true</p></td>
<td><p>Should DataFusion repartition data using the partitions keys to execute
window functions in parallel using the provided <code class="docutils literal
notranslate"><span class="pre">target_partitions</span></code> level</p></td>
</tr>
-<tr class="row-even"><td><p>datafusion.optimizer.repartition_sorts</p></td>
+<tr class="row-odd"><td><p>datafusion.optimizer.repartition_sorts</p></td>
<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.prefer_existing_sort</p></td>
+<tr class="row-even"><td><p>datafusion.optimizer.prefer_existing_sort</p></td>
<td><p>false</p></td>
<td><p>When true, DataFusion will opportunistically remove sorts when the data
is already sorted, (i.e. setting <code class="docutils literal
notranslate"><span class="pre">preserve_order</span></code> to true on <code
class="docutils literal notranslate"><span
class="pre">RepartitionExec</span></code> and using <code class="docutils
literal notranslate"><span class="pre">SortPreservingMergeExec</span></code>)
When false, DataFusion will maximize plan parallelism using <code class="docut
[...]
</tr>
-<tr class="row-even"><td><p>datafusion.optimizer.skip_failed_rules</p></td>
+<tr class="row-odd"><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-odd"><td><p>datafusion.optimizer.max_passes</p></td>
+<tr class="row-even"><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-even"><td><p>datafusion.optimizer.top_down_join_key_reordering</p></td>
+<tr
class="row-odd"><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-odd"><td><p>datafusion.optimizer.prefer_hash_join</p></td>
+<tr class="row-even"><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-even"><td><p>datafusion.optimizer.hash_join_single_partition_threshold</p></td>
+<tr
class="row-odd"><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-odd"><td><p>datafusion.optimizer.hash_join_single_partition_threshold_rows</p></td>
+<tr
class="row-even"><td><p>datafusion.optimizer.hash_join_single_partition_threshold_rows</p></td>
<td><p>131072</p></td>
<td><p>The maximum estimated size in rows for one input side of a HashJoin
will be collected into a single partition</p></td>
</tr>
-<tr
class="row-even"><td><p>datafusion.optimizer.default_filter_selectivity</p></td>
+<tr
class="row-odd"><td><p>datafusion.optimizer.default_filter_selectivity</p></td>
<td><p>20</p></td>
<td><p>The default filter selectivity used by Filter Statistics when an exact
selectivity cannot be determined. Valid values are between 0 (no selectivity)
and 100 (all rows are selected).</p></td>
</tr>
-<tr class="row-odd"><td><p>datafusion.optimizer.prefer_existing_union</p></td>
+<tr class="row-even"><td><p>datafusion.optimizer.prefer_existing_union</p></td>
<td><p>false</p></td>
<td><p>When set to true, the optimizer will not attempt to convert Union to
Interleave</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.explain.show_statistics</p></td>
+<tr class="row-odd"><td><p>datafusion.explain.show_statistics</p></td>
<td><p>false</p></td>
<td><p>When set to true, the explain statement will print operator statistics
for physical plans</p></td>
</tr>
-<tr class="row-odd"><td><p>datafusion.explain.show_sizes</p></td>
+<tr class="row-even"><td><p>datafusion.explain.show_sizes</p></td>
<td><p>true</p></td>
<td><p>When set to true, the explain statement will print the partition
sizes</p></td>
</tr>
-<tr class="row-even"><td><p>datafusion.explain.show_schema</p></td>
+<tr class="row-odd"><td><p>datafusion.explain.show_schema</p></td>
<td><p>false</p></td>
<td><p>When set to true, the explain statement will print schema
information</p></td>
</tr>
-<tr
class="row-odd"><td><p>datafusion.sql_parser.parse_float_as_decimal</p></td>
+<tr
class="row-even"><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-even"><td><p>datafusion.sql_parser.enable_ident_normalization</p></td>
+<tr
class="row-odd"><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-odd"><td><p>datafusion.sql_parser.dialect</p></td>
+<tr class="row-even"><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>
-<tr
class="row-even"><td><p>datafusion.sql_parser.support_varchar_with_length</p></td>
+<tr
class="row-odd"><td><p>datafusion.sql_parser.support_varchar_with_length</p></td>
<td><p>true</p></td>
<td><p>If true, permit lengths for <code class="docutils literal
notranslate"><span class="pre">VARCHAR</span></code> such as <code
class="docutils literal notranslate"><span
class="pre">VARCHAR(20)</span></code>, but ignore the length. If false, error
if a <code class="docutils literal notranslate"><span
class="pre">VARCHAR</span></code> with a length is specified. The Arrow type
system does not have a notion of maximum string length and thus DataFusion can
not enforce such limits.</p></td>
</tr>
@@ -899,7 +903,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.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/crate-configuration.html
b/user-guide/crate-configuration.html
index 5f1b0c6bff..fa4b82fb1c 100644
--- a/user-guide/crate-configuration.html
+++ b/user-guide/crate-configuration.html
@@ -721,7 +721,7 @@ backtrace:<span class="w"> </span><span
class="m">0</span>:<span class="w"> <
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/dataframe.html b/user-guide/dataframe.html
index 1f3b01604f..d1b9f1e314 100644
--- a/user-guide/dataframe.html
+++ b/user-guide/dataframe.html
@@ -610,7 +610,7 @@ the following statement.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/example-usage.html b/user-guide/example-usage.html
index 5501111a66..1d1977820a 100644
--- a/user-guide/example-usage.html
+++ b/user-guide/example-usage.html
@@ -755,7 +755,7 @@ unexpectedly.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/expressions.html b/user-guide/expressions.html
index 620dc5c954..1981fd9acb 100644
--- a/user-guide/expressions.html
+++ b/user-guide/expressions.html
@@ -1425,7 +1425,7 @@ but these operators always return a <code class="docutils
literal notranslate"><
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/faq.html b/user-guide/faq.html
index 4faba74f95..2e1de18bb0 100644
--- a/user-guide/faq.html
+++ b/user-guide/faq.html
@@ -629,7 +629,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.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/introduction.html b/user-guide/introduction.html
index 8fb094e8cc..dc50bbade0 100644
--- a/user-guide/introduction.html
+++ b/user-guide/introduction.html
@@ -744,7 +744,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.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/sql/aggregate_functions.html
b/user-guide/sql/aggregate_functions.html
index c9962463aa..129f0200ef 100644
--- a/user-guide/sql/aggregate_functions.html
+++ b/user-guide/sql/aggregate_functions.html
@@ -1814,7 +1814,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.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/sql/data_types.html b/user-guide/sql/data_types.html
index 87af3ae658..9c9a5dea23 100644
--- a/user-guide/sql/data_types.html
+++ b/user-guide/sql/data_types.html
@@ -890,7 +890,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.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/sql/ddl.html b/user-guide/sql/ddl.html
index 214cddcc80..024009ca56 100644
--- a/user-guide/sql/ddl.html
+++ b/user-guide/sql/ddl.html
@@ -837,7 +837,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.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/sql/dml.html b/user-guide/sql/dml.html
index dfdf4f9acc..44dd904158 100644
--- a/user-guide/sql/dml.html
+++ b/user-guide/sql/dml.html
@@ -692,7 +692,7 @@ INSERT INTO <i><b>table_name</i></b> { VALUES (
<i><b>expression</i></b> [, ...]
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/sql/explain.html b/user-guide/sql/explain.html
index 3941eb8caf..271ea20de9 100644
--- a/user-guide/sql/explain.html
+++ b/user-guide/sql/explain.html
@@ -622,7 +622,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.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/sql/index.html b/user-guide/sql/index.html
index dcd6543b30..59b7bcd5df 100644
--- a/user-guide/sql/index.html
+++ b/user-guide/sql/index.html
@@ -646,7 +646,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/sql/information_schema.html
b/user-guide/sql/information_schema.html
index 64178c1fb2..f8f45f5c7c 100644
--- a/user-guide/sql/information_schema.html
+++ b/user-guide/sql/information_schema.html
@@ -603,7 +603,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.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/sql/operators.html b/user-guide/sql/operators.html
index 6e16df2ce5..660ac7c597 100644
--- a/user-guide/sql/operators.html
+++ b/user-guide/sql/operators.html
@@ -1318,7 +1318,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/sql/scalar_functions.html
b/user-guide/sql/scalar_functions.html
index 3960408744..599832951e 100644
--- a/user-guide/sql/scalar_functions.html
+++ b/user-guide/sql/scalar_functions.html
@@ -7902,7 +7902,7 @@ string operators.</p></li>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/sql/select.html b/user-guide/sql/select.html
index ac774ad4be..cb43381b4b 100644
--- a/user-guide/sql/select.html
+++ b/user-guide/sql/select.html
@@ -867,7 +867,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.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/sql/sql_status.html b/user-guide/sql/sql_status.html
index 23579f0759..352dd6973f 100644
--- a/user-guide/sql/sql_status.html
+++ b/user-guide/sql/sql_status.html
@@ -692,7 +692,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.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/sql/subqueries.html b/user-guide/sql/subqueries.html
index 33385e1f80..4d1fe0bc4e 100644
--- a/user-guide/sql/subqueries.html
+++ b/user-guide/sql/subqueries.html
@@ -1090,7 +1090,7 @@ returns 0 rows.</p>
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/sql/window_functions.html
b/user-guide/sql/window_functions.html
index 0c30ce6d90..8bf5f982df 100644
--- a/user-guide/sql/window_functions.html
+++ b/user-guide/sql/window_functions.html
@@ -971,7 +971,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
diff --git a/user-guide/sql/write_options.html
b/user-guide/sql/write_options.html
index bdb1120790..eb2604e7f9 100644
--- a/user-guide/sql/write_options.html
+++ b/user-guide/sql/write_options.html
@@ -802,7 +802,7 @@
<div class="footer-item">
<p class="sphinx-version">
-Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.5.<br>
+Created using <a href="http://sphinx-doc.org/">Sphinx</a> 7.4.7.<br>
</p>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]