You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/02/19 06:56:40 UTC

[GitHub] [incubator-inlong] healchow commented on a change in pull request #2598: [INLONG-2587][Manager] Wrong interface method parameter type

healchow commented on a change in pull request #2598:
URL: https://github.com/apache/incubator-inlong/pull/2598#discussion_r810457103



##########
File path: inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/StorageType.java
##########
@@ -20,7 +20,7 @@
 import java.util.Locale;
 
 public enum StorageType {
-    HIVE, ES, CLICKHOUSE;
+    HIVE, ES, CLICKHOUSE,ICEBERG,KAFKA;

Review comment:
       Please add a space after `,`.




-- 
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-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org