(inlong) branch master updated: [INLONG-10611][Agent] Update configuration only when the version number is increased (#10612)

2024-07-11 Thread wenweihuang
This is an automated email from the ASF dual-hosted git repository. wenweihuang 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 7c4f57bb42 [INLONG-10611][Agent] Update con

Re: [PR] [INLONG-10611][Agent] Update configuration only when the version number is increased [inlong]

2024-07-11 Thread via GitHub
justinwwhuang merged PR #10612: URL: https://github.com/apache/inlong/pull/10612 -- 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...@inl

[PR] [INLONG-10617][Dashboard] The mq type should not exist on the data synchronization page [inlong]

2024-07-11 Thread via GitHub
wohainilaodou opened a new pull request, #10619: URL: https://github.com/apache/inlong/pull/10619 Fixes #10617 ### Motivation The mq type should not exist on the data synchronization page ### Modifications delete the mq type from the synchronization list

[PR] [INLONG-10614][Dashboard] The template list does not need to display Id [inlong]

2024-07-11 Thread via GitHub
wohainilaodou opened a new pull request, #10616: URL: https://github.com/apache/inlong/pull/10616 Fixes #10614 ### Motivation The template list does not need to display Id ### Modifications Remove the id from the list ### Verifying this change before

[PR] [INLONG-10607][SDK] Transform SQL support arithmetic functions(Including log10, log2, log and exp) [inlong]

2024-07-11 Thread via GitHub
yfsn666 opened a new pull request, #10615: URL: https://github.com/apache/inlong/pull/10615 Fixes #10607 ### Motivation Transform SQL support arithmetic functions(Including log10, log2, log and exp) ### Modifications Add four arithmetic fu

[PR] [INLONG-10611][Agent] Update configuration only when the version number is increased [inlong]

2024-07-11 Thread via GitHub
justinwwhuang opened a new pull request, #10612: URL: https://github.com/apache/inlong/pull/10612 Fixes #10611 ### Motivation Configuration may experience repeated old and new data due to caching ### Modifications Update configuration only when the version number i

(inlong) branch master updated: [INLONG-10603][SDK] Transform SQL support arithmetic functions(Including power, abs, sqrt and ln) (#10606)

2024-07-11 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 26e9330c06 [INLONG-10603][SDK] Transform SQ

Re: [PR] [INLONG-10603][SDK] Transform SQL support arithmetic functions(Including power, abs, sqrt and ln) [inlong]

2024-07-11 Thread via GitHub
dockerzhang merged PR #10606: URL: https://github.com/apache/inlong/pull/10606 -- 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...@inlon

Re: [PR] [INLONG-10601][Manager] Optimize the agent task configuration process [inlong]

2024-07-11 Thread via GitHub
dockerzhang merged PR #10602: URL: https://github.com/apache/inlong/pull/10602 -- 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...@inlon

(inlong) branch master updated: [INLONG-10601][Manager] Optimize the agent task configuration process (#10602)

2024-07-11 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 e4d5007fc5 [INLONG-10601][Manager] Optimize

Re: [PR] [INLONG-10603][SDK] Transform SQL support arithmetic functions(Including power, abs, sqrt and ln) [inlong]

2024-07-11 Thread via GitHub
yfsn666 commented on code in PR #10606: URL: https://github.com/apache/inlong/pull/10606#discussion_r1673638957 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/operator/OperatorTools.java: ## @@ -17,40 +17,22 @@ package org.apache.inlong.sdk.

Re: [PR] [INLONG-10603][SDK] Transform SQL support arithmetic functions(Including power, abs, sqrt and ln) [inlong]

2024-07-11 Thread via GitHub
luchunliang commented on code in PR #10606: URL: https://github.com/apache/inlong/pull/10606#discussion_r1673603114 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/operator/OperatorTools.java: ## @@ -17,40 +17,22 @@ package org.apache.inlong.

Re: [PR] [INLONG-10601][Manager] Optimize the agent task configuration process [inlong]

2024-07-11 Thread via GitHub
fuweng11 commented on code in PR #10602: URL: https://github.com/apache/inlong/pull/10602#discussion_r1673601811 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/stream/TemplateServiceImpl.java: ## @@ -116,7 +116,7 @@ public TemplateInfo get(Stri

Re: [PR] [INLONG-10601][Manager] Optimize the agent task configuration process [inlong]

2024-07-11 Thread via GitHub
aloyszhang commented on code in PR #10602: URL: https://github.com/apache/inlong/pull/10602#discussion_r1673596234 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/stream/TemplateServiceImpl.java: ## @@ -116,7 +116,7 @@ public TemplateInfo get(St

Re: [PR] [INLONG-10601][Manager] Optimize the agent task configuration process [inlong]

2024-07-11 Thread via GitHub
fuweng11 commented on code in PR #10602: URL: https://github.com/apache/inlong/pull/10602#discussion_r1673589305 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java: ## @@ -293,6 +302,43 @@ public void report(TaskRequ

Re: [PR] [INLONG-10601][Manager] Optimize the agent task configuration process [inlong]

2024-07-11 Thread via GitHub
fuweng11 commented on code in PR #10602: URL: https://github.com/apache/inlong/pull/10602#discussion_r1673588240 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/source/AbstractSourceOperator.java: ## @@ -346,4 +403,222 @@ public void syncSourceF

Re: [PR] [INLONG-10601][Manager] Optimize the agent task configuration process [inlong]

2024-07-11 Thread via GitHub
fuweng11 commented on code in PR #10602: URL: https://github.com/apache/inlong/pull/10602#discussion_r1673588923 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java: ## @@ -293,6 +302,43 @@ public void report(TaskRequ

Re: [PR] [INLONG-10601][Manager] Optimize the agent task configuration process [inlong]

2024-07-11 Thread via GitHub
fuweng11 commented on code in PR #10602: URL: https://github.com/apache/inlong/pull/10602#discussion_r1673588613 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java: ## @@ -293,6 +302,43 @@ public void report(TaskRequ