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.minPartitionSize 1MB - The minimum size of shuffle partitions after coalescing. Its value can be at most 20% of spark.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. 3.2.0