pratham76 commented on code in PR #16557:
URL: https://github.com/apache/iceberg/pull/16557#discussion_r3306953737
##########
docs/docs/spark-configuration.md:
##########
@@ -207,6 +207,8 @@ val spark = SparkSession.builder()
| spark.sql.iceberg.executor-cache.locality.enabled | false
| Enables locality-aware executor
cache usage
|
| spark.sql.iceberg.merge-schema | false
| Enables modifying the table schema
to match the write schema. Only adds columns missing columns
|
| spark.sql.iceberg.report-column-stats | true
| Report Puffin Table Statistics if
available to Spark's Cost Based Optimizer. CBO must be enabled for this to be
effective |
+| spark.sql.iceberg.read.adaptive-split-size.enabled | Table default
| Enables adaptive split sizing for
read operations. When enabled, split size is automatically adjusted based on
scan size and parallelism |
+| spark.sql.iceberg.read.adaptive-split-size.parallelism |
max(spark.default.parallelism, spark.sql.shuffle.partitions) | Overrides the
parallelism used for adaptive split sizing. Must be greater than 0
|
Review Comment:
Thanks @RussellSpitzer , have modified.
Updated Local rendering.
<img width="815" height="245" alt="Screenshot 2026-05-27 at 2 54 52 AM"
src="https://github.com/user-attachments/assets/8480883d-07da-437d-a824-da5711e78725"
/>
--
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]