healchow commented on code in PR #4386:
URL: https://github.com/apache/incubator-inlong/pull/4386#discussion_r882471752


##########
inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/entity/StreamSinkFieldEntity.java:
##########
@@ -40,13 +40,6 @@ public class StreamSinkFieldEntity implements Serializable {
     private Integer isRequired;
     private String sourceFieldName;
     private String sourceFieldType;
-
-    private Integer fieldLength;
-    private Integer fieldPrecision;
-    private Integer fieldScale;
-    private String partitionStrategy;
-    private Integer bucketNum;
-    private Integer width;
     private String extrParam;

Review Comment:
   Please help us to change the `extrParam ` to `extParams`, thanks.



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