Yang Jie created SPARK-32964:
--------------------------------

             Summary: Pass all `streaming` module UTs in Scala 2.13
                 Key: SPARK-32964
                 URL: https://issues.apache.org/jira/browse/SPARK-32964
             Project: Spark
          Issue Type: Sub-task
          Components: DStreams, Spark Core
    Affects Versions: 3.1.0
            Reporter: Yang Jie


There is only one failed case of `streaming` module in Scala 2.13:
 * `start with non-serializable DStream checkpoint ` in StreamingContextSuite

StackOverflowError is thrown here when SerializationDebugger#visit method is 
called.

The error msg as follow:
{code:java}
Expected exception java.io.NotSerializableException to be thrown, but 
java.lang.StackOverflowError was thrown
ScalaTestFailureLocation: org.apache.spark.streaming.StreamingContextSuite at 
(StreamingContextSuite.scala:159)
org.scalatest.exceptions.TestFailedException: Expected exception 
java.io.NotSerializableException to be thrown, but java.lang.StackOverflowError 
was thrown

{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to