wuchong commented on a change in pull request #8202: [FLINK-12133] 
[table-runtime-blink] Support unbounded aggregate in streaming table runtime
URL: https://github.com/apache/flink/pull/8202#discussion_r276607566
 
 

 ##########
 File path: 
flink-table/flink-table-runtime-blink/src/main/java/org/apache/flink/table/runtime/rank/AbstractRankFunction.java
 ##########
 @@ -94,10 +94,18 @@
        protected long hitCount = 0L;
        protected long requestCount = 0L;
 
-       AbstractRankFunction(long minRetentionTime, long maxRetentionTime, 
BaseRowTypeInfo inputRowType,
-                       GeneratedRecordComparator generatedSortKeyComparator, 
BaseRowKeySelector sortKeySelector,
-                       RankType rankType, RankRange rankRange, 
GeneratedRecordEqualiser generatedEqualiser,
-                       boolean generateRetraction, boolean outputRankNumber) {
+       AbstractRankFunction(
+               long minRetentionTime,
 
 Review comment:
   OK.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to