This is an automated email from the ASF dual-hosted git repository.
blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/master by this push:
new b7372d3c39 Docs: Update default value for
read.parquet.vectorization.enabled (#5776)
b7372d3c39 is described below
commit b7372d3c399302f49cd4ca255688ccf44c880dcc
Author: Kristin Cowalcijk <[email protected]>
AuthorDate: Fri Sep 30 05:29:50 2022 +0800
Docs: Update default value for read.parquet.vectorization.enabled (#5776)
---
docs/configuration.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/configuration.md b/docs/configuration.md
index a82ae0c817..55b407879d 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -39,9 +39,9 @@ Iceberg tables support table properties to configure table
behavior, like the de
| read.split.metadata-target-size | 33554432 (32 MB) | Target size when
combining metadata input splits |
| read.split.planning-lookback | 10 | Number of bins to
consider when combining input splits |
| read.split.open-file-cost | 4194304 (4 MB) | The estimated cost
to open a file, used as a minimum weight when combining splits. |
-| read.parquet.vectorization.enabled| false | Enables parquet
vectorized reads |
+| read.parquet.vectorization.enabled| true | Controls whether
Parquet vectorized reads are used |
| read.parquet.vectorization.batch-size| 5000 | The batch size for
parquet vectorized reads |
-| read.orc.vectorization.enabled | false | Enables orc
vectorized reads |
+| read.orc.vectorization.enabled | false | Controls whether
orc vectorized reads are used |
| read.orc.vectorization.batch-size | 5000 | The batch size for
orc vectorized reads |
### Write properties