zentol commented on code in PR #23553:
URL: https://github.com/apache/flink/pull/23553#discussion_r1405936668


##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java:
##########
@@ -1185,8 +1295,10 @@ public DataStreamSource<Long> fromSequence(long from, 
long to) {
      * @param data The array of elements to create the data stream from.
      * @param <OUT> The type of the returned data stream
      * @return The data stream representing the given array of elements
+     * @deprecated Use {@link #fromData(OUT...)} instead

Review Comment:
   eh fair enough, Ill merge it as is. 🤷 



##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java:
##########
@@ -1185,8 +1295,10 @@ public DataStreamSource<Long> fromSequence(long from, 
long to) {
      * @param data The array of elements to create the data stream from.
      * @param <OUT> The type of the returned data stream
      * @return The data stream representing the given array of elements
+     * @deprecated Use {@link #fromData(OUT...)} instead

Review Comment:
   eh fair enough, Ill merge it as is. 🤷 



-- 
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

Reply via email to