Re: [PR] [INLONG-9671][Manager] Adding JDBC URL checks to the updateAuditSource method [inlong]

2024-02-05 Thread via GitHub
hnrainll commented on code in PR #9673: URL: https://github.com/apache/inlong/pull/9673#discussion_r1477799978 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AuditServiceImpl.java: ## @@ -178,6 +181,11 @@ public Boolean refreshBaseIte

Re: [PR] [INLONG-9651][Release] Bumped master branch version to 1.12.0-SNAPSHOT [inlong]

2024-02-05 Thread via GitHub
dockerzhang merged PR #9669: URL: https://github.com/apache/inlong/pull/9669 -- 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 inlongmsg-tlog-csv deleted (was b69dba03ce)

2024-02-05 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch inlongmsg-tlog-csv in repository https://gitbox.apache.org/repos/asf/inlong.git was b69dba03ce [INLONG-9597][Sort] Support row way of sort InLong message tlog-csv format This change p

(inlong) branch revert-9672-INLONG-9652 deleted (was 7649547a61)

2024-02-05 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch revert-9672-INLONG-9652 in repository https://gitbox.apache.org/repos/asf/inlong.git was 7649547a61 Revert "[INLONG-9652][Release] Bumped 1.11.0 branch version to 1.11.0 (#9672)" This

(inlong) branch master updated: [INLONG-9651][Release] Bumped master branch version to 1.12.0-SNAPSHOT (#9669)

2024-02-05 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 b88b853bf8 [INLONG-9651][Release] Bumped ma

Re: [PR] [INLONG-9569][Sort] Support rowdata way of sort InLong message csv format [inlong]

2024-02-05 Thread via GitHub
dockerzhang commented on code in PR #9646: URL: https://github.com/apache/inlong/pull/9646#discussion_r1478135520 ## inlong-sort/sort-formats/format-rowdata/format-inlongmsg-rowdata-csv/pom.xml: ## @@ -0,0 +1,93 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.

Re: [PR] [INLONG-9568][Sort] Support rowdata way of sort InLong message kv format [inlong]

2024-02-05 Thread via GitHub
dockerzhang commented on code in PR #9647: URL: https://github.com/apache/inlong/pull/9647#discussion_r1478136049 ## inlong-sort/sort-formats/format-rowdata/format-inlongmsg-rowdata-kv/pom.xml: ## @@ -0,0 +1,90 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w

Re: [PR] [INLONG-9671][Manager] Adding JDBC URL checks to the updateAuditSource method [inlong]

2024-02-05 Thread via GitHub
fuweng11 commented on code in PR #9673: URL: https://github.com/apache/inlong/pull/9673#discussion_r1478341498 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/audit/AuditSourceClickhouseOperator.java: ## @@ -0,0 +1,37 @@ +/* + * Licensed to the

[PR] [INLONG-9651][Release] Bumped master branch version to 1.12.0-SNAPSHOT [inlong]

2024-02-05 Thread via GitHub
luchunliang opened a new pull request, #9679: URL: https://github.com/apache/inlong/pull/9679 ### 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 repl

Re: [PR] [INLONG-9671][Manager] Adding JDBC URL checks to the updateAuditSource method [inlong]

2024-02-05 Thread via GitHub
hnrainll commented on code in PR #9673: URL: https://github.com/apache/inlong/pull/9673#discussion_r1479091664 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/audit/AuditSourceClickhouseOperator.java: ## @@ -0,0 +1,37 @@ +/* + * Licensed to the

Re: [PR] [INLONG-9671][Manager] Adding JDBC URL checks to the updateAuditSource method [inlong]

2024-02-05 Thread via GitHub
fuweng11 commented on code in PR #9673: URL: https://github.com/apache/inlong/pull/9673#discussion_r1479097084 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/audit/InlongAuditSourceOperator.java: ## @@ -0,0 +1,27 @@ +/* + * Licensed to the Apac

Re: [PR] [INLONG-9671][Manager] Adding JDBC URL checks to the updateAuditSource method [inlong]

2024-02-05 Thread via GitHub
healchow commented on code in PR #9673: URL: https://github.com/apache/inlong/pull/9673#discussion_r1479147577 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/audit/AuditSourceElasticsearchOperator.java: ## @@ -0,0 +1,48 @@ +/* + * Licensed to t

Re: [PR] [INLONG-9671][Manager] Adding JDBC URL checks to the updateAuditSource method [inlong]

2024-02-05 Thread via GitHub
healchow commented on code in PR #9673: URL: https://github.com/apache/inlong/pull/9673#discussion_r1479147889 ## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/consts/AuditSourceType.java: ## @@ -0,0 +1,22 @@ +/* + * Licensed to the Apache Software

Re: [PR] [INLONG-9652][Release] Bumped 1.11.0 branch version to 1.11.0 [inlong]

2024-02-05 Thread via GitHub
luchunliang merged PR #9678: URL: https://github.com/apache/inlong/pull/9678 -- 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 branch-1.11 updated: [INLONG-9652][Release] Bumped 1.11.0 branch version to 1.11.0 (#9678)

2024-02-05 Thread luchunliang
This is an automated email from the ASF dual-hosted git repository. luchunliang pushed a commit to branch branch-1.11 in repository https://gitbox.apache.org/repos/asf/inlong.git The following commit(s) were added to refs/heads/branch-1.11 by this push: new ec30ca20fb [INLONG-9652][Release]

Re: [PR] [INLONG-9671][Manager] Adding JDBC URL checks to the updateAuditSource method [inlong]

2024-02-05 Thread via GitHub
hnrainll commented on code in PR #9673: URL: https://github.com/apache/inlong/pull/9673#discussion_r1479155921 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/audit/AuditSourceElasticsearchOperator.java: ## @@ -0,0 +1,48 @@ +/* + * Licensed to t

Re: [PR] [INLONG-9671][Manager] Adding JDBC URL checks to the updateAuditSource method [inlong]

2024-02-05 Thread via GitHub
hnrainll commented on code in PR #9673: URL: https://github.com/apache/inlong/pull/9673#discussion_r1479156127 ## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/consts/AuditSourceType.java: ## @@ -0,0 +1,22 @@ +/* + * Licensed to the Apache Software

Re: [PR] [INLONG-9671][Manager] Adding JDBC URL checks to the updateAuditSource method [inlong]

2024-02-05 Thread via GitHub
healchow commented on code in PR #9673: URL: https://github.com/apache/inlong/pull/9673#discussion_r1479180587 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/audit/AuditSourceElasticsearchOperator.java: ## @@ -0,0 +1,48 @@ +/* + * Licensed to t

Re: [PR] [INLONG-9653][Release] Change the tag of Docker images to 1.11.0 [inlong]

2024-02-05 Thread via GitHub
luchunliang closed pull request #9674: [INLONG-9653][Release] Change the tag of Docker images to 1.11.0 URL: https://github.com/apache/inlong/pull/9674 -- 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 t

[PR] [INLONG-9653][Release] Change the tag of Docker images to 1.11.0 [inlong]

2024-02-05 Thread via GitHub
luchunliang opened a new pull request, #9680: URL: https://github.com/apache/inlong/pull/9680 ### 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 repl

Re: [PR] [INLONG-9671][Manager] Adding JDBC URL checks to the updateAuditSource method [inlong]

2024-02-05 Thread via GitHub
hnrainll commented on code in PR #9673: URL: https://github.com/apache/inlong/pull/9673#discussion_r1479241482 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/audit/AuditSourceElasticsearchOperator.java: ## @@ -0,0 +1,48 @@ +/* + * Licensed to t

(inlong) branch master updated: [INLONG-9651][Release] Bumped sub-modules' version to 1.12.0-SNAPSHOT and fix error in unit test (#9679)

2024-02-05 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 0a25854a6b [INLONG-9651][Release] Bumped su

Re: [PR] [INLONG-9651][Release] Bumped sub-modules' version to 1.12.0-SNAPSHOT and fix error in unit test [inlong]

2024-02-05 Thread via GitHub
dockerzhang merged PR #9679: URL: https://github.com/apache/inlong/pull/9679 -- 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: [I] [Bug] failed to initSort as fieldRelations is empty [inlong]

2024-02-05 Thread via GitHub
EMsnap commented on issue #9681: URL: https://github.com/apache/inlong/issues/9681#issuecomment-1928947239 sorry can you show your configuration for the job and field relations ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu