gong commented on code in PR #6299:
URL: https://github.com/apache/inlong/pull/6299#discussion_r1005570824


##########
inlong-manager/manager-plugins/src/main/java/org/apache/inlong/manager/plugin/poller/SortStatusPoller.java:
##########
@@ -37,17 +41,38 @@
  * Flink sort task status poller for inlong groups
  */
 @Slf4j
-public class FlinkStatusPoller implements SortStatusPoller {
+public class SortStatusPoller implements SortPoller {
 
     /**
-     * Poll sort task status for groups
-     * @param groupInfos group ids to poll
-     * @param credentials not used for flink
-     * @return
+     * Flink job status to InLong sort status mapping.
      */
+    private static final Map<JobStatus, SortStatus> JOB_SORT_STATUS_MAP = new 
HashMap<>(8);

Review Comment:
   8->16



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

Reply via email to