Re: [PR] [INLONG-10754][Manager] Add start and ent time check for schedule info [inlong]

2024-08-07 Thread via GitHub
aloyszhang commented on PR #10755: URL: https://github.com/apache/inlong/pull/10755#issuecomment-2272808103 I found that the update interface also needs this logic, and I will complete it soon. -- This is an automated message from the Apache Git Service. To respond to the message, please

[PR] [INLONG-10761][Agent] Delete reader related code [inlong]

2024-08-07 Thread via GitHub
justinwwhuang opened a new pull request, #10762: URL: https://github.com/apache/inlong/pull/10762 Fixes #10761 ### Motivation The logic related to the Agent data source is implemented in the source, without the need for a separate reader layer ### Modifications D

Re: [PR] [INLONG-10758][Manager] Support obtaining serialization configuration when wrapType is raw [inlong]

2024-08-07 Thread via GitHub
aloyszhang merged PR #10759: URL: https://github.com/apache/inlong/pull/10759 -- 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 (0b2646a7d3 -> 076f894b20)

2024-08-07 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 0b2646a7d3 [INLONG-10756][Agent] Report file metrics for backend problem analysis (#10757) add 076f894b20 [I

Re: [PR] [INLONG-10754][Manager] Add start and ent time check for schedule info [inlong]

2024-08-07 Thread via GitHub
fuweng11 commented on code in PR #10755: URL: https://github.com/apache/inlong/pull/10755#discussion_r1706841728 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/group/InlongGroupServiceImpl.java: ## @@ -498,6 +523,7 @@ public String update(Inlon

Re: [PR] [INLONG-10754][Manager] Add start and ent time check for schedule info [inlong]

2024-08-07 Thread via GitHub
aloyszhang commented on code in PR #10755: URL: https://github.com/apache/inlong/pull/10755#discussion_r1706845166 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/group/InlongGroupServiceImpl.java: ## @@ -498,6 +523,7 @@ public String update(Inl

Re: [PR] [INLONG-10754][Manager] Add start and ent time check for schedule info [inlong]

2024-08-07 Thread via GitHub
aloyszhang commented on code in PR #10755: URL: https://github.com/apache/inlong/pull/10755#discussion_r1706845166 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/group/InlongGroupServiceImpl.java: ## @@ -498,6 +523,7 @@ public String update(Inl

Re: [PR] [INLONG-10761][Agent] Delete reader related code [inlong]

2024-08-07 Thread via GitHub
aloyszhang commented on code in PR #10762: URL: https://github.com/apache/inlong/pull/10762#discussion_r1706874389 ## inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/plugin/file/Source.java: ## @@ -18,24 +18,13 @@ package org.apache.inlong.agent.plugin.file;

Re: [PR] [INLONG-10613][SDK] Transform SQL support arithmetic functions(Including ceil, floor, sin and sinh) [inlong]

2024-08-07 Thread via GitHub
dockerzhang merged PR #10760: URL: https://github.com/apache/inlong/pull/10760 -- 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-10613][SDK] Transform SQL support arithmetic functions(Including ceil, floor, sin and sinh) (#10760)

2024-08-07 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 a26a3354eb [INLONG-10613][SDK] Transform SQ

Re: [PR] [INLONG-10754][Manager] Add start and ent time check for schedule info [inlong]

2024-08-07 Thread via GitHub
dockerzhang merged PR #10755: URL: https://github.com/apache/inlong/pull/10755 -- 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-10754][Manager] Add start and end time check for schedule info (#10755)

2024-08-07 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 150fd4cf4f [INLONG-10754][Manager] Add star

Re: [PR] [INLONG-10761][Agent] Delete reader related code [inlong]

2024-08-07 Thread via GitHub
justinwwhuang merged PR #10762: URL: https://github.com/apache/inlong/pull/10762 -- 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-10763][Manager] Fix the mutual influence of version for group and schdule [inlong]

2024-08-07 Thread via GitHub
aloyszhang opened a new pull request, #10765: URL: https://github.com/apache/inlong/pull/10765 Fixes #10763 ### Motivation fix the bug when get and update group info, details see descriptions in #10763 ### Modifications 1. fix the mutual influence of version