SbloodyS commented on code in PR #14304: URL: https://github.com/apache/dolphinscheduler/pull/14304#discussion_r1224166373
########## dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-doris/src/main/java/org/apache/dolphinscheduler/plugin/doris/DorisDataSourceClient.java: ########## @@ -0,0 +1,16 @@ +package org.apache.dolphinscheduler.plugin.doris; + +import org.apache.dolphinscheduler.plugin.datasource.api.client.CommonDataSourceClient; +import org.apache.dolphinscheduler.spi.datasource.BaseConnectionParam; +import org.apache.dolphinscheduler.spi.enums.DbType; + +/** + * @author xinxing + * @description 功能描述 Review Comment: Please use english to describe. ########## dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-doris/src/main/java/org/apache/dolphinscheduler/plugin/doris/DorisDataSourceClient.java: ########## @@ -0,0 +1,16 @@ +package org.apache.dolphinscheduler.plugin.doris; Review Comment: Missing license header. -- 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]
