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 generic for 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 I can put 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]

Reply via email to