rdblue commented on a change in pull request #4119:
URL: https://github.com/apache/iceberg/pull/4119#discussion_r808513891



##########
File path: docs/versioned/tables/configuration.md
##########
@@ -34,29 +34,50 @@ 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 
vectorization read                     |
+| read.parquet.vectorization.batch-size| 5000            | The batch size of 
parquet vectorization read           |
+| read.orc.vectorization.enabled    | false              | Enables orc 
vectorization read                         |
+| read.orc.vectorization.batch-size | 5000               | The batch size of 
orc vectorization read               |
 
 ### Write properties
 
 | Property                           | Default            | Description        
                                |
 | ---------------------------------- | ------------------ | 
-------------------------------------------------- |
 | write.format.default               | parquet            | Default file 
format for the table; parquet, avro, or orc |
+| write.delete.format.default               |             | Default delete 
file format for the table; parquet, avro, or orc |

Review comment:
       Looks like formatting is misaligned in a few places.




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