tisonkun commented on code in PR #21252: URL: https://github.com/apache/flink/pull/21252#discussion_r1019864714
########## flink-connectors/flink-connector-pulsar/src/test/java/org/apache/flink/connector/pulsar/testutils/runtime/PulsarRuntimeOperator.java: ########## @@ -180,6 +180,10 @@ public void createTopic(String topic, int numberOfPartitions) { } } + public void createSchema(String topic, Schema<?> schema) { Review Comment: Since it's already a test scope class, I think we don't need this annotation :) -- 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