[GitHub] [inlong] e-mhui opened a new pull request, #8131: [INLONG-8125][Sort] Optimizing the speed of transitioning from snapshot to binlog

2023-05-31 Thread via GitHub
e-mhui opened a new pull request, #8131: URL: https://github.com/apache/inlong/pull/8131 ### Prepare a Pull Request [INLONG-8125][Sort] Optimizing the speed of transitioning from snapshot to binlog - Fixes #8125 ### Motivation When transitioning from the snapshot

[GitHub] [inlong] hejiay commented on pull request #8120: [INLONG-7959][Sort] Dynamic schema evolution support delete and update columns when sink to Iceberg

2023-05-31 Thread via GitHub
hejiay commented on PR #8120: URL: https://github.com/apache/inlong/pull/8120#issuecomment-1569825188 The idea of ​​this PR is mainly provided by @sparklezzz, I am mainly responsible for practice and testing, thanks to @sparklezzz -- This is an automated message from the Apache Git Servi

[GitHub] [inlong-website] dockerzhang commented on a diff in pull request #765: [INLONG-WEBSITE-764][DataProxy] Add Golang SDK documents

2023-05-31 Thread via GitHub
dockerzhang commented on code in PR #765: URL: https://github.com/apache/inlong-website/pull/765#discussion_r1211379457 ## docs/sdk/dataproxy-sdk/go.md: ## @@ -0,0 +1,170 @@ +--- +title: Golang SDK +sidebar_position: 4 +--- + +## Create real-time synchronization task +Create a t

[GitHub] [inlong] healchow commented on a diff in pull request #8100: [INLONG-8098][Manager] Support Inlong user permission control

2023-05-31 Thread via GitHub
healchow commented on code in PR #8100: URL: https://github.com/apache/inlong/pull/8100#discussion_r1211537674 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/user/InlongRoleRequest.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Fou

[GitHub] [inlong] healchow commented on a diff in pull request #8100: [INLONG-8098][Manager] Support Inlong user permission control

2023-05-31 Thread via GitHub
healchow commented on code in PR #8100: URL: https://github.com/apache/inlong/pull/8100#discussion_r1211540370 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/user/UserRoleCode.java: ## @@ -25,4 +25,8 @@ public class UserRoleCode { public static

[GitHub] [inlong] healchow commented on a diff in pull request #8119: [INLONG-8118][Manager] Support tenant user permission control

2023-05-31 Thread via GitHub
healchow commented on code in PR #8119: URL: https://github.com/apache/inlong/pull/8119#discussion_r1211543324 ## inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/InlongTenantRoleController.java: ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache

[GitHub] [inlong] vernedeng commented on a diff in pull request #8100: [INLONG-8098][Manager] Support Inlong user permission control

2023-05-31 Thread via GitHub
vernedeng commented on code in PR #8100: URL: https://github.com/apache/inlong/pull/8100#discussion_r1211641581 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/user/InlongRoleRequest.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] [inlong] vernedeng commented on a diff in pull request #8100: [INLONG-8098][Manager] Support Inlong user permission control

2023-05-31 Thread via GitHub
vernedeng commented on code in PR #8100: URL: https://github.com/apache/inlong/pull/8100#discussion_r1211647287 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/user/UserRoleCode.java: ## @@ -25,4 +25,8 @@ public class UserRoleCode { public static

[GitHub] [inlong] vernedeng commented on a diff in pull request #8119: [INLONG-8118][Manager] Support tenant user permission control

2023-05-31 Thread via GitHub
vernedeng commented on code in PR #8119: URL: https://github.com/apache/inlong/pull/8119#discussion_r1211654598 ## inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/InlongTenantRoleController.java: ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apach

[GitHub] [inlong] healchow commented on a diff in pull request #8119: [INLONG-8118][Manager] Support tenant user permission control

2023-05-31 Thread via GitHub
healchow commented on code in PR #8119: URL: https://github.com/apache/inlong/pull/8119#discussion_r1211689906 ## inlong-manager/manager-web/src/main/java/org/apache/inlong/manager/web/controller/InlongTenantRoleController.java: ## @@ -0,0 +1,72 @@ +/* + * Licensed to the Apache

[GitHub] [inlong] dockerzhang merged pull request #8111: [INLONG-4961][DataProxy] Add dataproxy-sdk-golang

2023-05-31 Thread via GitHub
dockerzhang merged PR #8111: URL: https://github.com/apache/inlong/pull/8111 -- 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-unsubscr...@inlong.

[GitHub] [inlong-website] dockerzhang merged pull request #765: [INLONG-WEBSITE-764][DataProxy] Add Golang SDK documents

2023-05-31 Thread via GitHub
dockerzhang merged PR #765: URL: https://github.com/apache/inlong-website/pull/765 -- 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-unsubscr...@i

[GitHub] [inlong-website] dockerzhang closed issue #764: [Feature][DataProxy] Add Golang SDK documents

2023-05-31 Thread via GitHub
dockerzhang closed issue #764: [Feature][DataProxy] Add Golang SDK documents URL: https://github.com/apache/inlong-website/issues/764 -- 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 comm

[inlong-website] branch master updated: [INLONG-WEBSITE-764][DataProxy] Add Golang SDK documents (#765)

2023-05-31 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong-website.git The following commit(s) were added to refs/heads/master by this push: new dc65019ad7 [INLONG-WEBSITE-764][Dat

[GitHub] [inlong] fuweng11 commented on a diff in pull request #8119: [INLONG-8118][Manager] Support tenant user permission control

2023-05-31 Thread via GitHub
fuweng11 commented on code in PR #8119: URL: https://github.com/apache/inlong/pull/8119#discussion_r1212487523 ## inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/entity/TenantUserRoleEntity.java: ## @@ -26,13 +26,13 @@ * User role entity, including usern

[GitHub] [inlong] vernedeng commented on a diff in pull request #8119: [INLONG-8118][Manager] Support tenant user permission control

2023-05-31 Thread via GitHub
vernedeng commented on code in PR #8119: URL: https://github.com/apache/inlong/pull/8119#discussion_r1212492739 ## inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/entity/TenantUserRoleEntity.java: ## @@ -26,13 +26,13 @@ * User role entity, including user

[GitHub] [inlong] vernedeng commented on a diff in pull request #8119: [INLONG-8118][Manager] Support tenant user permission control

2023-05-31 Thread via GitHub
vernedeng commented on code in PR #8119: URL: https://github.com/apache/inlong/pull/8119#discussion_r1212493197 ## inlong-manager/manager-dao/src/main/resources/mappers/TenantUserRoleEntityMapper.xml: ## @@ -33,32 +34,50 @@ -id, user_name, role_code

[GitHub] [inlong] lordcheng10 commented on pull request #8120: [INLONG-7959][Sort] Dynamic schema evolution support delete and update columns when sink to Iceberg

2023-05-31 Thread via GitHub
lordcheng10 commented on PR #8120: URL: https://github.com/apache/inlong/pull/8120#issuecomment-1571276640 How is column reorder handled? Throw unsupport exception? @hejiay @thexiay -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [inlong] dockerzhang merged pull request #8119: [INLONG-8118][Manager] Support tenant user permission control

2023-05-31 Thread via GitHub
dockerzhang merged PR #8119: URL: https://github.com/apache/inlong/pull/8119 -- 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-unsubscr...@inlong.

[inlong] branch master updated: [INLONG-8118][Manager] Support tenant user permission control (#8119)

2023-05-31 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git The following commit(s) were added to refs/heads/master by this push: new fe41a33d7 [INLONG-8118][Manager] Support te

[GitHub] [inlong] gunli opened a new pull request, #8133: [INLONG-8132][DataProxy] Fix Golang SDK typo errors in readme.md and …

2023-05-31 Thread via GitHub
gunli opened a new pull request, #8133: URL: https://github.com/apache/inlong/pull/8133 ### [Improve][DataProxy] Fix Golang SDK typo errors in readme.md and options.go - Fixes #8132 ### Motivation Fix Golang SDK typo errors in readme.md and options.go ### Modifica