Skip to content

Commit 4707538

Browse files
committed
undo flink test fix
1 parent 3ba567c commit 4707538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flink/src/test/scala/ai/chronon/flink/test/SparkExpressionEvalFnTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class SparkExpressionEvalFnTest extends AnyFlatSpec {
3939
// let's check the id field
4040
assert(result.map(_.apply("id")).toSet == Set("test1", "test2", "test3"))
4141

42-
sparkExprEval.close()
43-
env.close()
42+
// sparkExprEval.close()
43+
// env.close()
4444
}
4545
}

0 commit comments

Comments
 (0)