diff --git a/docs/sql-performance-tuning.md b/docs/sql-performance-tuning.md index 39efdc3df3645..d451a164daa2c 100644 --- a/docs/sql-performance-tuning.md +++ b/docs/sql-performance-tuning.md @@ -286,7 +286,7 @@ This feature coalesces the post shuffle partitions based on the map output stati
spark.sql.adaptive.coalescePartitions.minPartitionSizespark.sql.adaptive.advisoryPartitionSizeInBytes. This is useful when the target size is ignored during partition coalescing, which is the default case.
+ The minimum size of shuffle partitions after coalescing. This is useful when the target size is ignored during partition coalescing, which is the default case.