imvan commented on a change in pull request #2299:
URL: https://github.com/apache/incubator-inlong/pull/2299#discussion_r790771060



##########
File path: 
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/sort/SortClusterConfigResponse.java
##########
@@ -33,14 +33,18 @@
     String md5;
     List<SortTaskConfig> tasks;
 
+    @Builder
+    @Data
     public static class SortClusterConfig {
         String clusterName;
         List<SortTaskConfig> sortTasks;
     }
 
+    @Builder
+    @Data
     public static class SortTaskConfig {
         String taskName;
-        String type;
+        String sinkType;

Review comment:
       fixed




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