woofyzhao commented on code in PR #4266:
URL: https://github.com/apache/incubator-inlong/pull/4266#discussion_r878657314
##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/sink/SinkFieldBase.java:
##########
@@ -62,4 +62,7 @@ public class SinkFieldBase {
@ApiModelProperty("Field order")
private Short rankNum;
+ @ApiModelProperty("Column family for columnar storage e.g.hbase")
+ private String columnFamily;
Review Comment:
This can be a generic field for any column based storage other than hbase.
And many sink-type specified fields are already defined here and I just
followed the pattern. Let me see where else I can place it.
--
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]