healchow commented on code in PR #4386:
URL: https://github.com/apache/incubator-inlong/pull/4386#discussion_r883185413
##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/sink/SinkFieldBase.java:
##########
@@ -56,7 +56,7 @@ public class SinkFieldBase {
private String partitionStrategy;
@ApiModelProperty("Extra Param in JSON style")
- private String extrParam;
+ private String extParam;
Review Comment:
It is recommended to change to `extParams`, which is consistent with the
naming in other entities.
--
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]