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


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/transform/TransformRequest.java:
##########
@@ -32,7 +36,9 @@
 @ApiModel("Request of stream transform")
 public class TransformRequest {
 
-    private int id;
+    @NotNull(groups = UpdateValidation.class)
+    @ApiModelProperty(value = "Primary key")
+    private Integer id;
 
     @NotBlank(message = "inlongGroupId cannot be blank")
     @ApiModelProperty("Inlong group id")

Review Comment:
   `inlong group` should be `inlong stream`



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