We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7857c6d commit 9145e48Copy full SHA for 9145e48
1 file changed
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/WalkedTypePath.scala
@@ -22,7 +22,7 @@ package org.apache.spark.sql.catalyst
22
* Note that this class adds new path in prior to recorded paths so it maintains
23
* the paths as reverse order.
24
*/
25
-case class WalkedTypePath(private val walkedPaths: Seq[String] = Nil) extends Serializable {
+case class WalkedTypePath(private val walkedPaths: Seq[String] = Nil) {
26
def recordRoot(className: String): WalkedTypePath =
27
newInstance(s"""- root class: "$className"""")
28
0 commit comments