snuyanzin commented on code in PR #19811: URL: https://github.com/apache/flink/pull/19811#discussion_r1736030307
########## flink-table/flink-table-runtime/src/test/java/org/apache/flink/table/runtime/hashtable/BinaryHashTableTest.java: ########## @@ -56,7 +57,7 @@ import static org.assertj.core.api.Assertions.fail; /** Hash table it case for binary row. */ -@RunWith(Parameterized.class) +@ExtendWith(ParameterizedTestExtension.class) public class BinaryHashTableTest { Review Comment: this is actually a good idea, thanks moved -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org