findepi commented on code in PR #5776:
URL: https://github.com/apache/iceberg/pull/5776#discussion_r973600332


##########
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         |

Review Comment:
   Per https://github.com/apache/iceberg/pull/5776#discussion_r973600221 i 
would keep this one as it was, but i am also fine with the new wording. It's 
not ambiguous. 
   
   



-- 
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]

Reply via email to