zentol commented on a change in pull request #14596:
URL: https://github.com/apache/flink/pull/14596#discussion_r555132252



##########
File path: 
flink-connectors/flink-connector-cassandra/src/test/java/org/apache/flink/streaming/connectors/cassandra/CassandraConnectorITCase.java
##########
@@ -521,11 +525,11 @@ public void testCassandraTableSink() throws Exception {
             cmp.setField(0, o.getString(0));
             cmp.setField(1, o.getInt(2));
             cmp.setField(2, o.getInt(1));
-            Assert.assertTrue(
+            Assertions.assertTrue(

Review comment:
       I'm wondering whether may want to think about doing something stupid and 
add a `public class Assert extends Assertions{}`.




----------------------------------------------------------------
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]


Reply via email to