Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/3816#discussion_r114751208
--- Diff:
flink-streaming-scala/src/main/scala/org/apache/flink/streaming/api/scala/KeyedStream.scala
---
@@ -183,7 +183,10 @@ class KeyedStream[T, K](javaStream: KeyedJavaStream[T,
K]) extends DataStream[T]
* Creates a new [[DataStream]] by folding the elements of this
DataStream
* using an associative fold function and an initial value. An
independent
* aggregate is kept per key.
+ *
+ * @deprecated will be removed in a future version
*/
+ @Deprecated
--- End diff --
Do you propose to only have the reason in the annotation, or in both
annotation and docs?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---