vernedeng commented on code in PR #123: URL: https://github.com/apache/flink-connector-pulsar/pull/123#discussion_r3527803174
########## flink-connector-pulsar/src/test/java/org/apache/flink/connector/pulsar/table/PulsarTableITCase.java: ########## @@ -22,7 +22,7 @@ import org.apache.flink.connector.pulsar.table.testutils.TestingUser; import org.apache.flink.core.execution.JobClient; import org.apache.flink.streaming.api.datastream.DataStream; -import org.apache.flink.streaming.api.functions.sink.SinkFunction; +import org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction; Review Comment: Done. Removed org.apache.flink.streaming.api.functions.sink.SinkFunction and migrated the test sink to the Sink V2 API -- 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]
