manuzhang commented on code in PR #12163:
URL: https://github.com/apache/iceberg/pull/12163#discussion_r1950361539


##########
docs/docs/configuration.md:
##########
@@ -26,114 +26,117 @@ Iceberg tables support table properties to configure 
table behavior, like the de
 
 ### Read properties
 
-| Property                          | Default            | Description         
                                   |
-| --------------------------------- | ------------------ | 
------------------------------------------------------ |
-| read.split.target-size            | 134217728 (128 MB) | Target size when 
combining data input splits           |
-| 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| 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              | Controls whether 
orc vectorized reads are used         |
-| read.orc.vectorization.batch-size | 5000               | The batch size for 
orc vectorized reads                |
+| Property                              | Default            | Description     
                                                                                
|
+|---------------------------------------|--------------------|-------------------------------------------------------------------------------------------------|

Review Comment:
   Can we avoid modifying other parts?



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to