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 b6495047e3 Publish built docs triggered by
c1009e61b8ef0be0ca75c8b5490086a83b4f0aa0
b6495047e3 is described below
commit b6495047e32d03f5a8e1b85662e44085e85e8b52
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 6 14:53:10 2025 +0000
Publish built docs triggered by c1009e61b8ef0be0ca75c8b5490086a83b4f0aa0
---
_downloads/ca7ec2ded721157172203812bd6e22b2/rust_clippy.sh | 2 +-
_sources/user-guide/configs.md.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_downloads/ca7ec2ded721157172203812bd6e22b2/rust_clippy.sh
b/_downloads/ca7ec2ded721157172203812bd6e22b2/rust_clippy.sh
index 8118ecc577..1557bd56ea 100644
--- a/_downloads/ca7ec2ded721157172203812bd6e22b2/rust_clippy.sh
+++ b/_downloads/ca7ec2ded721157172203812bd6e22b2/rust_clippy.sh
@@ -18,4 +18,4 @@
# under the License.
set -ex
-cargo clippy --all-targets --workspace --features
avro,pyarrow,integration-tests -- -D warnings
+cargo clippy --all-targets --workspace --features
avro,pyarrow,integration-tests,extended_tests -- -D warnings
diff --git a/_sources/user-guide/configs.md.txt
b/_sources/user-guide/configs.md.txt
index 4d0b897648..2069055baa 100644
--- a/_sources/user-guide/configs.md.txt
+++ b/_sources/user-guide/configs.md.txt
@@ -98,7 +98,7 @@ The following configuration settings are available:
| datafusion.execution.parquet.dictionary_page_size_limit |
1048576 | (writing) Sets best effort maximum dictionary page
size, in bytes
[...]
| datafusion.execution.parquet.statistics_enabled |
page | (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
[...]
| datafusion.execution.parquet.max_row_group_size |
1048576 | (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.
[...]
-| datafusion.execution.parquet.created_by |
datafusion version 50.0.0 | (writing) Sets "created by" property
[...]
+| datafusion.execution.parquet.created_by |
datafusion version 50.1.0 | (writing) Sets "created by" property
[...]
| datafusion.execution.parquet.column_index_truncate_length | 64
| (writing) Sets column index truncate length
[...]
| datafusion.execution.parquet.statistics_truncate_length | 64
| (writing) Sets statistics truncate length. If NULL,
uses default parquet writer setting
[...]
| datafusion.execution.parquet.data_page_row_count_limit |
20000 | (writing) Sets best effort maximum number of rows
in data page
[...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]