rkhachatryan commented on a change in pull request #11403: 
[FLINK-16316][operators] Implement new StreamOperatorBase as a replacement for 
AbstractStreamOperator
URL: https://github.com/apache/flink/pull/11403#discussion_r396349962
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/operators/StreamOperatorFactory.java
 ##########
 @@ -32,14 +30,13 @@
  *
  * @param <OUT> The output type of the operator
  */
-@Internal
+@PublicEvolving
 public interface StreamOperatorFactory<OUT> extends Serializable {
 
 Review comment:
   I don't see how this is related to the scope of the PR. Can you please 
explain the motivation?
   
   Also, I don't think this interface is ready to become a part of public API 
(because of the type parameter issue discussed below; and probably other 
issues).
   
   I see fixing this interface and making it public should be separate PR or 
two.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to