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/18 08:49:22 UTC

[GitHub] [incubator-inlong] gong opened a new pull request #2583: [INLONG-1520][manager] support iceberg dataflow

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


   ### Title Name: [INLONG-1520][component] Title of the pull request
   
   
   Fixes #1714
   link to subtask #1520
   ### Motivation
   
   support iceberg dataflow
   
   ### Modifications
   
   manager add iceberg data storage
   
   


-- 
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] dockerzhang commented on a change in pull request #2583: [INLONG-1520][Manager] Support Iceberg dataflow

Posted by GitBox <gi...@apache.org>.
dockerzhang commented on a change in pull request #2583:
URL: https://github.com/apache/incubator-inlong/pull/2583#discussion_r810437243



##########
File path: inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/BizConstant.java
##########
@@ -76,4 +76,6 @@
 
     public static final Integer DISABLE_CREATE_RESOURCE = 0; // Disable create resource
 
+    public static final String STORAGE_ICEBERG = "ICEBERG";

Review comment:
       it's better to move this line under `STORAGE_HIVE`.




-- 
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 merged pull request #2583: [INLONG-1520][Manager] Support Iceberg dataflow

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


   


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