We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dea28f commit 736e6dfCopy full SHA for 736e6df
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CodeGenerationSuite.scala
@@ -563,8 +563,8 @@ class CodeGenerationSuite extends SparkFunSuite with ExpressionEvalHelper {
563
assert(refTerm.contains("scala.math.LowPriorityOrderingImplicits$$anon$"))
564
}
565
566
- // TODO (SPARK-35579): Fix this bug in janino or work around it in Spark.
567
- ignore("SPARK-35578: final local variable bug in janino") {
+ // TODO (SPARK-35579): Fix this bug in janino and upgrade janino in Spark.
+ test("SPARK-35578: final local variable bug in janino") {
568
val code =
569
"""
570
|public Object generate(Object[] references) {
0 commit comments