vernedeng commented on code in PR #6087: URL: https://github.com/apache/inlong/pull/6087#discussion_r990588344
########## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/consts/SinkType.java: ########## @@ -36,5 +36,6 @@ public class SinkType { public static final String ORACLE = "ORACLE"; public static final String TDSQLPOSTGRESQL = "TDSQLPOSTGRESQL"; public static final String DLCICEBERG = "DLCICEBERG"; + public static final String BASE = "BASE"; Review Comment: To differ from sink type in Sort-flink. Base is just a prefix, the real type is base_kafka, base_pulsar, etc. The Base_XXX type means all fields are directly inserted into the very table, instead of complex checking and multi-table operation -- 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-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org