You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "heyihong (via GitHub)" <gi...@apache.org> on 2024/01/02 19:38:12 UTC

Re: [PR] [SPARK-43299][FOLLOWUP][CONNECT][SS] Followup on StreamingQueryExceptions [spark]

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

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


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