badrinathpatchikolla
badrinathpatchikolla
I met with the same error when using scala reflection to parse and execute multiple case classes. Any update on the issue?
I am using Spark Standalone Spark Version: 2.4.7 and Scala 2.11.12 Steps to reproduce : ```command-line spark-shell --packages "org.scala-lang:scala-compiler:2.11.12,org.scala-lang:scala-reflect:2.11.12" ``` ```scala import scala.reflect.runtime.currentMirror import scala.tools.reflect.ToolBox def compile[A](codeStr: String): A =...
@SethTisue This issue present in scala 2.12.x also, is this fixed in scala 2.13.x?
@mantovani Fixed the Test Cases for sample options in derserializer