LvJiancheng commented on code in PR #4343:
URL: https://github.com/apache/incubator-inlong/pull/4343#discussion_r889787308


##########
inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/SinkType.java:
##########
@@ -21,14 +21,15 @@
 
 public enum SinkType {
 
-    HIVE, KAFKA, ICEBERG, CLICKHOUSE, HBASE, POSTGRES, ELASTICSEARCH, 
SQLSERVER;
+    HIVE, KAFKA, ICEBERG, CLICKHOUSE, HBASE, POSTGRES, ELASTICSEARCH, 
SQLSERVER, HDFS;
 
     public static final String SINK_HIVE = "HIVE";
+    public static final String SINK_HDFS = "HDFS";

Review Comment:
   doone



-- 
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