wuchong commented on a change in pull request #9741: [FLINK-14119][table] Clean 
idle state for RetractableTopNFunction
URL: https://github.com/apache/flink/pull/9741#discussion_r326939834
 
 

 ##########
 File path: 
flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/runtime/operators/rank/RetractableTopNFunction.java
 ##########
 @@ -171,6 +174,13 @@ public void processElement(BaseRow input, Context ctx, 
Collector<BaseRow> out) t
                treeMap.update(sortedMap);
        }
 
+       @Override
+               public void onTimer(long timestamp, OnTimerContext ctx, 
Collector<BaseRow> out) throws Exception {
 
 Review comment:
   Indent. 

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