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:06:01 UTC

[GitHub] [incubator-inlong] yimaixinchen opened a new pull request #2598: fix the StorageOperation interface bug.

yimaixinchen opened a new pull request #2598:
URL: https://github.com/apache/incubator-inlong/pull/2598


   related to the issue.
   https://github.com/apache/incubator-inlong/issues/2597


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



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

Posted by GitBox <gi...@apache.org>.
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



[GitHub] [incubator-inlong] healchow closed pull request #2598: [INLONG-2587][Manager] Wrong interface method parameter type

Posted by GitBox <gi...@apache.org>.
healchow closed pull request #2598:
URL: https://github.com/apache/incubator-inlong/pull/2598


   


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



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

Posted by GitBox <gi...@apache.org>.
healchow commented on pull request #2598:
URL: https://github.com/apache/incubator-inlong/pull/2598#issuecomment-1045922880


   Was solved in this PR: https://github.com/apache/incubator-inlong/pull/2581


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