lincoln-lil commented on code in PR #25717: URL: https://github.com/apache/flink/pull/25717#discussion_r1910000403
########## flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/rank/AbstractTopNFunction.java: ########## @@ -44,7 +41,12 @@ import java.util.Comparator; import java.util.function.Function; -/** Base class for TopN Function. */ +/** + * Base class for TopN Function. + * + * <p>TODO: move util methods and metrics to AbstractTopNHelper after using AbstractTopNHelper in Review Comment: Is there any Jira tracking this? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
