heyihong commented on code in PR #44306:
URL: https://github.com/apache/spark/pull/44306#discussion_r1439756258


##########
connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/streaming/ClientStreamingQuerySuite.scala:
##########
@@ -176,6 +176,52 @@ class ClientStreamingQuerySuite extends QueryTest with 
SQLHelper with Logging {
   }
 
   test("throw exception in streaming") {
+    // Disable spark.sql.pyspark.jvmStacktrace.enabled to avoid hitting the
+    // netty header limit.
+    try {
+      withSQLConf("spark.sql.pyspark.jvmStacktrace.enabled" -> "false") {

Review Comment:
   This issue has been fixed already. We should remove the conf setting code



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