dongjoon-hyun commented on code in PR #57087:
URL: https://github.com/apache/spark/pull/57087#discussion_r3539908194


##########
docs/sql-performance-tuning.md:
##########
@@ -292,6 +292,14 @@ This feature coalesces the post shuffle partitions based 
on the map output stati
      </td>
      <td>3.2.0</td>
    </tr>
+   <tr>
+     
<td><code>spark.sql.adaptive.coalescePartitions.maxReducerPartitionsPerTask</code></td>
+     <td>2147483647</td>

Review Comment:
   `Int.MaxValue` like the other configurations?
   
   ```
   $ git grep Int.MaxValue docs
   docs/configuration.md:  <td>Int.MaxValue</td>
   docs/configuration.md:  <td>Int.MaxValue</td>
   docs/configuration.md:  <td>Int.MaxValue</td>
   docs/graphx-programming-guide.md:       maxIter: Int = Int.MaxValue,
   docs/monitoring.md:    <td>Int.MaxValue</td>
   docs/monitoring.md:    <td>Int.MaxValue</td>
   docs/monitoring.md:    <td>Int.MaxValue</td>
   docs/monitoring.md:    <td>Int.MaxValue</td>
   docs/running-on-kubernetes.md:  <td><code>Int.MaxValue</code></td>
   docs/running-on-kubernetes.md:  <td><code>Int.MaxValue</code></td>
   docs/running-on-kubernetes.md:  <td><code>Int.MaxValue</code></td>
   docs/spark-standalone.md:  <td>Int.MaxValue</td>
   docs/spark-standalone.md:  <td>Int.MaxValue</td>
   ```



-- 
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]

Reply via email to