Kontinuation commented on code in PR #5776: URL: https://github.com/apache/iceberg/pull/5776#discussion_r973534099
########## docs/configuration.md: ########## @@ -39,7 +39,7 @@ 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 | Enables parquet vectorized reads | Review Comment: Currently there're two flavors of descriptions for configuration options suffixed by `.enabled`, I'll update the descriptions for vectorized reads in this patch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
