[GitHub] [inlong] haifxu opened a new pull request, #7928: [INLONG-7927][Dashboard] Add debezium json data type

2023-04-26 Thread via GitHub
haifxu opened a new pull request, #7928: URL: https://github.com/apache/inlong/pull/7928 ### Prepare a Pull Request - Fixes #7927 ### Motivation 1. For sources such as `MySQL` and `PostgreSQL`, it must be parsed in debezium json format. ### Modifications 1

[GitHub] [inlong] dockerzhang commented on a diff in pull request #7928: [INLONG-7927][Dashboard] Add debezium json data type

2023-04-26 Thread via GitHub
dockerzhang commented on code in PR #7928: URL: https://github.com/apache/inlong/pull/7928#discussion_r1177452266 ## inlong-dashboard/src/plugins/streams/common/StreamDefaultInfo.ts: ## @@ -116,6 +116,10 @@ export class StreamDefaultInfo implements DataWithBackend, RenderRow, R

[GitHub] [inlong] dockerzhang commented on a diff in pull request #7860: [INLONG-7789][Dashboard] Support create stream fields by statement

2023-04-26 Thread via GitHub
dockerzhang commented on code in PR #7860: URL: https://github.com/apache/inlong/pull/7860#discussion_r1177456722 ## inlong-dashboard/src/ui/locales/en.json: ## @@ -505,6 +505,17 @@ "meta.Nodes.Kudu.DefaultSocketReadTimeoutMs": "SocketReadTimeout(ms)", "meta.Nodes.Kudu.Sta

[GitHub] [inlong] haifxu commented on a diff in pull request #7928: [INLONG-7927][Dashboard] Add debezium json data type

2023-04-26 Thread via GitHub
haifxu commented on code in PR #7928: URL: https://github.com/apache/inlong/pull/7928#discussion_r1177464172 ## inlong-dashboard/src/plugins/streams/common/StreamDefaultInfo.ts: ## @@ -116,6 +116,10 @@ export class StreamDefaultInfo implements DataWithBackend, RenderRow, Render

[GitHub] [inlong] dockerzhang merged pull request #7928: [INLONG-7927][Dashboard] Optimize the display of data type

2023-04-26 Thread via GitHub
dockerzhang merged PR #7928: URL: https://github.com/apache/inlong/pull/7928 -- 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-7927][Dashboard] Optimize the display of data type (#7928)

2023-04-26 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 8185dc214 [INLONG-7927][Dashboard] Optimize

[GitHub] [inlong] bluewang opened a new pull request, #7930: [INLONG-7929][Dashboard] The select box cannot be triggered when the form is not entered

2023-04-26 Thread via GitHub
bluewang opened a new pull request, #7930: URL: https://github.com/apache/inlong/pull/7930 ### Prepare a Pull Request *(Change the title refer to the following example)* - Title Example: [INLONG-XYZ][Component] Title of the pull request *(The following *XYZ* should be rep

[GitHub] [inlong] healchow commented on a diff in pull request #7913: [INLONG-7912][Manager] Only issue normal DataProxy nodes

2023-04-26 Thread via GitHub
healchow commented on code in PR #7913: URL: https://github.com/apache/inlong/pull/7913#discussion_r1177623766 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/cluster/InlongClusterServiceImpl.java: ## @@ -1154,6 +1155,11 @@ public DataProxyNodeR

[GitHub] [inlong] healchow commented on a diff in pull request #7907: [INLONG-7906][Sort] Improve logic of calculation object byte size

2023-04-26 Thread via GitHub
healchow commented on code in PR #7907: URL: https://github.com/apache/inlong/pull/7907#discussion_r1177626930 ## inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/util/CalculateObjectSizeUtils.java: ## @@ -0,0 +1,49 @@ +/* + * Licensed to the Apache Sof

[GitHub] [inlong] dockerzhang commented on a diff in pull request #7930: [INLONG-7929][Dashboard] The select box cannot be triggered when the form is not entered

2023-04-26 Thread via GitHub
dockerzhang commented on code in PR #7930: URL: https://github.com/apache/inlong/pull/7930#discussion_r1177702347 ## inlong-dashboard/src/ui/locales/en.json: ## @@ -124,6 +124,7 @@ "meta.Sinks.EnableCreateResource": "EnableCreateResource", "meta.Sinks.EnableCreateResourceH

[GitHub] [inlong] featzhang commented on pull request #7860: [INLONG-7789][Dashboard] Support create stream fields by statement

2023-04-26 Thread via GitHub
featzhang commented on PR #7860: URL: https://github.com/apache/inlong/pull/7860#issuecomment-1523646144 > @featzhang please add an English image example other than Chinese, thanks. done -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [inlong] featzhang commented on a diff in pull request #7860: [INLONG-7789][Dashboard] Support create stream fields by statement

2023-04-26 Thread via GitHub
featzhang commented on code in PR #7860: URL: https://github.com/apache/inlong/pull/7860#discussion_r1178073490 ## inlong-dashboard/src/ui/locales/cn.json: ## @@ -505,6 +505,17 @@ "meta.Nodes.Kudu.DefaultSocketReadTimeoutMs": "等待Socket默认超时(ms)", "meta.Nodes.Kudu.Statistics

[GitHub] [inlong] featzhang commented on a diff in pull request #7860: [INLONG-7789][Dashboard] Support create stream fields by statement

2023-04-26 Thread via GitHub
featzhang commented on code in PR #7860: URL: https://github.com/apache/inlong/pull/7860#discussion_r1178072982 ## inlong-dashboard/src/ui/locales/en.json: ## @@ -505,6 +505,17 @@ "meta.Nodes.Kudu.DefaultSocketReadTimeoutMs": "SocketReadTimeout(ms)", "meta.Nodes.Kudu.Stati

[GitHub] [inlong] xuehuanran opened a new pull request, #7933: [INLONG-7926][TubeMQ] Add "Register2Master" method for GO SDK

2023-04-26 Thread via GitHub
xuehuanran opened a new pull request, #7933: URL: https://github.com/apache/inlong/pull/7933 - Add "Register2Master" method for GO Producer SDK - Fixes #7926 - Parent issue is: #4986 -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [inlong] GanfengTan commented on a diff in pull request #7923: [INLONG-7879][Manager][Sort][Agent] Multi-version code migration

2023-04-26 Thread via GitHub
GanfengTan commented on code in PR #7923: URL: https://github.com/apache/inlong/pull/7923#discussion_r1178588500 ## inlong-manager/manager-plugins/pom.xml: ## @@ -28,6 +28,11 @@ manager-plugins Apache InLong - Manager Plugins + +1.13.5 +2.11 +

[GitHub] [inlong] GanfengTan commented on a diff in pull request #7923: [INLONG-7879][Manager][Sort][Agent] Multi-version code migration

2023-04-26 Thread via GitHub
GanfengTan commented on code in PR #7923: URL: https://github.com/apache/inlong/pull/7923#discussion_r1178589053 ## inlong-agent/pom.xml: ## @@ -36,4 +36,54 @@ agent-release agent-docker + + +1.8.0.Final Review Comment: The versions of mod

[GitHub] [inlong] GanfengTan commented on a diff in pull request #7923: [INLONG-7879][Manager][Sort][Agent] Multi-version code migration

2023-04-26 Thread via GitHub
GanfengTan commented on code in PR #7923: URL: https://github.com/apache/inlong/pull/7923#discussion_r1178591188 ## inlong-sort/sort-flink/pom.xml: ## @@ -0,0 +1,38 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; + xsi:

[GitHub] [inlong] GanfengTan commented on a diff in pull request #7923: [INLONG-7879][Manager][Sort][Agent] Multi-version code migration

2023-04-26 Thread via GitHub
GanfengTan commented on code in PR #7923: URL: https://github.com/apache/inlong/pull/7923#discussion_r1178594370 ## inlong-sort/pom.xml: ## @@ -35,18 +35,22 @@ sort-api sort-common sort-formats -sort-connectors sort-core +sort-

[GitHub] [inlong] dockerzhang merged pull request #7930: [INLONG-7929][Dashboard] The select box cannot be triggered when the form is not entered

2023-04-26 Thread via GitHub
dockerzhang merged PR #7930: URL: https://github.com/apache/inlong/pull/7930 -- 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-7929][Dashboard] The select box cannot be triggered when the form is not entered (#7930)

2023-04-26 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 a99982934 [INLONG-7929][Dashboard] The sele

[GitHub] [inlong] GanfengTan commented on pull request #7923: [INLONG-7879][Manager][Sort][Agent] Multi-version code migration

2023-04-26 Thread via GitHub
GanfengTan commented on PR #7923: URL: https://github.com/apache/inlong/pull/7923#issuecomment-1524876746 https://github.com/apache/inlong/pull/7923#issuecomment-1522881245 Added to README of sort module. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [inlong] GanfengTan commented on pull request #7923: [INLONG-7879][Manager][Sort][Agent] Multi-version code migration

2023-04-26 Thread via GitHub
GanfengTan commented on PR #7923: URL: https://github.com/apache/inlong/pull/7923#issuecomment-1524877677 > could you please add description on readme about how to compile sort with different version of flink ? Added to README of sort module. -- This is an automated message from th

[GitHub] [inlong] haifxu opened a new pull request, #7935: [INLONG-7934][Manager] Optimize the serializationType to support debezium json

2023-04-26 Thread via GitHub
haifxu opened a new pull request, #7935: URL: https://github.com/apache/inlong/pull/7935 - Fixes #7934 ### Motivation 1. We need to use different data serialization types based on different data sources. For files, various formats such as CSV and JSON can be used, but for MyS