wombatu-kun commented on code in PR #16154:
URL: https://github.com/apache/iceberg/pull/16154#discussion_r3360264597
##########
spark/v4.1/spark/src/main/java/org/apache/iceberg/spark/SparkSQLProperties.java:
##########
@@ -70,6 +70,9 @@ private SparkSQLProperties() {}
// Overrides the advisory partition size
public static final String ADVISORY_PARTITION_SIZE =
"spark.sql.iceberg.advisory-partition-size";
+ // Overrides the split target size for scan planning
+ public static final String SPLIT_SIZE = "spark.sql.iceberg.split-size";
Review Comment:
This adds a user-facing session conf but nothing in
`docs/docs/spark-configuration.md`, where every other `spark.sql.iceberg.*`
conf is listed (the adaptive-split confs from #16088 are at lines 210-211). Add
`spark.sql.iceberg.split-size`, and the table-scoped
`spark.sql.iceberg.split-size.<table-name>` form, to that table.
--
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]