TanYuxin-tyx commented on code in PR #22579:
URL: https://github.com/apache/flink/pull/22579#discussion_r1194794966
##########
flink-table/flink-table-planner/src/test/scala/org/apache/flink/table/planner/runtime/batch/sql/join/LookupJoinITCase.scala:
##########
@@ -30,19 +30,15 @@ import org.apache.flink.types.Row
import org.assertj.core.api.Assertions.assertThat
import org.assertj.core.api.IterableAssert.assertThatIterable
-import org.junit.{After, Assume, Before, Test}
import org.junit.Assert.assertEquals
Review Comment:
We should remove the dependency of Junit 4, for example the `assertEquals`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]