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


##########
docs/docs/configuration.md:
##########
@@ -32,10 +32,13 @@ 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.split.adaptive-size.enabled  | true               | Adjust split size 
based on parallelism. It's not taken into account if split-size is configured |
 | 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                |
+| read.data-planning-mode           | auto               | Controls local 
planning(driver) vs distributed planning: auto, local, distributed              
 |
+| read.delete-planning-mode         | auto               | Controls local 
planning(driver) vs distributed planning: auto, local, distributed              
 |

Review Comment:
   those are all Spark-specific, so I would document them in 
`spark-configuration.md` under the Read Options



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