You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/05/26 09:07:21 UTC

[GitHub] [incubator-inlong] healchow commented on a diff in pull request #4386: [INLONG-4384][Manager] Store the specific field params of the Iceberg to extParams

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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org