Skip to content

Commit 736e6df

Browse files
committed
re-enable the test
1 parent 5dea28f commit 736e6df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CodeGenerationSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,8 @@ class CodeGenerationSuite extends SparkFunSuite with ExpressionEvalHelper {
563563
assert(refTerm.contains("scala.math.LowPriorityOrderingImplicits$$anon$"))
564564
}
565565

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") {
566+
// TODO (SPARK-35579): Fix this bug in janino and upgrade janino in Spark.
567+
test("SPARK-35578: final local variable bug in janino") {
568568
val code =
569569
"""
570570
|public Object generate(Object[] references) {

0 commit comments

Comments
 (0)