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


##########
docs/configuration.md:
##########
@@ -3459,6 +3475,70 @@ Expression types in proto.</td>
 Command types in proto.</td>
   <td>3.4.0</td>
 </tr>
+<tr>
+  <td><code>spark.connect.ml.backend.classes</code></td>
+  <td>
+    Comma separated list of classes that implement the trait 
org.apache.spark.sql.connect.plugin.MLBackendPlugin to replace the specified 
Spark ML operators with a backend-specific implementation.
+  </td>
+  <td>Comma separated list of class names that must implement the 
<code>io.grpc.ServerInterceptor</code> interface</td>
+  <td>4.0.0</td>
+</tr>
+<tr>
+  <td><code>spark.connect.jvmStacktrace.maxSize</code></td>
+  <td>
+    1024

Review Comment:
   Note that this is `1024` from Apache Spark 4.0.0 via the following while 
`2048` in Apache Spark 3.5.x
   - https://github.com/apache/spark/pull/43017



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to