JoshRosen commented on code in PR #48189: URL: https://github.com/apache/spark/pull/48189#discussion_r1769071800
########## docs/configuration.md: ########## @@ -1010,6 +1010,19 @@ Apart from these, the following properties are also available, and may be useful </td> <td>2.2.1</td> </tr> +<tr> + <td><code>spark.shuffle.accurateBlockSkewedFactor</code></td> Review Comment: I see that the `spark.shuffle.accurateBlockThreshold` configuration is already documented in this table. It looks like we're preexistingly inconsistent about alphabetizing this list. What do you think about either moving this new configuration a bit further down so it's next to `spark.shuffle.accurateBlockThreshold`? -- 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]
