You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/12/18 12:55:22 UTC

[GitHub] [flink] zoucao commented on a change in pull request #14371: [FLINK-20546][kafka]fix method misuse in DynamicTableFactoryTest

zoucao commented on a change in pull request #14371:
URL: https://github.com/apache/flink/pull/14371#discussion_r545813148



##########
File path: flink-connectors/flink-connector-kafka/src/test/java/org/apache/flink/streaming/connectors/kafka/table/KafkaDynamicTableFactoryTest.java
##########
@@ -585,7 +585,6 @@ public void testPrimaryKeyValidation() {
 					"I;UA;UB;D"));
 		// pk can be defined on cdc table, should pass
 		createTableSink(pkSchema, options1);
-		createTableSink(pkSchema, options1);

Review comment:
       I just thought it was a repeat call before your comment, thanks for your comment, I will fix it soon.




----------------------------------------------------------------
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:
users@infra.apache.org