lvyanquan commented on code in PR #25331: URL: https://github.com/apache/flink/pull/25331#discussion_r1778837890
########## flink-runtime/src/main/java/org/apache/flink/streaming/api/datastream/DataStream.java: ########## @@ -1014,8 +1014,8 @@ public DataStreamSink<T> printToErr(String sinkIdentifier) { * @param path The path pointing to the location the text file is written to. * @return The closed DataStream. * @deprecated Please use the {@link - * org.apache.flink.streaming.api.functions.sink.filesystem.StreamingFileSink} explicitly - * using the {@link #addSink(SinkFunction)} method. + * org.apache.flink.streaming.api.functions.sink.filesystem.legacy.StreamingFileSink} + * explicitly using the {@link #addSink(SinkFunction)} method. */ @Deprecated Review Comment: done. -- 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