pnowojski commented on a change in pull request #9221: 
[FLINK-13376][datastream] ContinuousFileReaderOperator should respect…
URL: https://github.com/apache/flink/pull/9221#discussion_r308690531
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/DiscardingSink.java
 ##########
 @@ -31,5 +31,5 @@
        private static final long serialVersionUID = 1L;
 
        @Override
-       public void invoke(T value) {}
+       public void invoke(T value, Context context) throws Exception {}
 
 Review comment:
   Build failed because of this change (this is `@Public` class). Either let's 
keep it as it was before or you would have to somehow fix the api compatibility 
check (I don't remember at the moment how to handle it). 

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