wuchong commented on a change in pull request #17158:
URL: https://github.com/apache/flink/pull/17158#discussion_r703161746
##########
File path:
flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/table/UpsertKafkaTableITCase.java
##########
@@ -69,6 +72,22 @@
private static final String USERS_TOPIC = "users";
private static final String WORD_COUNT_TOPIC = "word_count";
+ @BeforeClass
+ public static void prepare() throws Exception {
+
LOG.info("-------------------------------------------------------------------------");
+ LOG.info(" Starting KafkaTestBase ");
Review comment:
`Starting UpsertKafkaTableITCase`?
--
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]