Re: [PR] [INLONG-9467][Agent] improve code exception detection to ensure task and instance state transitions [inlong]

2023-12-13 Thread via GitHub
EMsnap merged PR #9468: URL: https://github.com/apache/inlong/pull/9468 -- 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.apach

(inlong) branch master updated: [INLONG-9467][Agent] Improve code exception detection to ensure task and instance state transitions (#9468)

2023-12-13 Thread zirui
This is an automated email from the ASF dual-hosted git repository. zirui 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 ef594ccf4a [INLONG-9467][Agent] Improve code exce

Re: [PR] [INLONG-9470][Manager] Fix the problem of failed to verify if the namespace exists [inlong]

2023-12-13 Thread via GitHub
vernedeng commented on code in PR #9471: URL: https://github.com/apache/inlong/pull/9471#discussion_r1426214534 ## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/util/HttpUtils.java: ## @@ -95,6 +95,36 @@ public static T request(RestTemplate restTe

Re: [PR] [INLONG-9470][Manager] Fix the problem of failed to verify if the namespace exists [inlong]

2023-12-13 Thread via GitHub
vernedeng commented on code in PR #9471: URL: https://github.com/apache/inlong/pull/9471#discussion_r1426215616 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/pulsar/PulsarClusterInfo.java: ## @@ -55,4 +58,13 @@ public PulsarClusterRequest ge

Re: [PR] [INLONG-9470][Manager] Fix the problem of failed to verify if the namespace exists [inlong]

2023-12-13 Thread via GitHub
fuweng11 commented on code in PR #9471: URL: https://github.com/apache/inlong/pull/9471#discussion_r1426218242 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/pulsar/PulsarClusterInfo.java: ## @@ -55,4 +58,13 @@ public PulsarClusterRequest gen

[PR] [INLONG-9473][Sort] Support transform of embedding for LLM applications [inlong]

2023-12-13 Thread via GitHub
aloyszhang opened a new pull request, #9474: URL: https://github.com/apache/inlong/pull/9474 - Fixes #9473 ### Motivation Support transform of embedding for LLM applications ### Modifications - add a new transform UDF named `EmbeddingFunction` - add test in `Emb