libenchao commented on a change in pull request #11186:
URL: https://github.com/apache/flink/pull/11186#discussion_r433762650
##########
File path:
flink-table/flink-table-planner-blink/src/test/scala/org/apache/flink/table/planner/expressions/utils/ExpressionTestBase.scala
##########
@@ -77,7 +77,7 @@ abstract class ExpressionTestBase {
protected val notNullable = "not null"
// used for accurate exception information checking.
- val expectedException: ExpectedException = ExpectedException.none()
+ var expectedException: ExpectedException = ExpectedException.none()
Review comment:
do we still need to change this to `var`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]