[GitHub] [inlong] dockerzhang merged pull request #8610: [INLONG-8279][Sort] Fix NPE when run MySqlLoadSqlParseTest

2023-07-31 Thread via GitHub
dockerzhang merged PR #8610: URL: https://github.com/apache/inlong/pull/8610 -- 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-8279][Sort] Fix NPE when run MySqlLoadSqlParseTest (#8610)

2023-07-31 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 adbf930738 [INLONG-8279][Sort] Fix NPE when

[GitHub] [inlong] dockerzhang merged pull request #8588: [INLONG-8360][Manager] Support previewing data of Kafka

2023-07-31 Thread via GitHub
dockerzhang merged PR #8588: URL: https://github.com/apache/inlong/pull/8588 -- 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-8360][Manager] Support previewing data of Kafka (#8588)

2023-07-31 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 90c89f1f9b [INLONG-8360][Manager] Support p

[GitHub] [inlong] EMsnap commented on pull request #8475: [INLONG-8445][Sort] Support running tests on both Flink 1.13 and Flink 1.15

2023-07-31 Thread via GitHub
EMsnap commented on PR #8475: URL: https://github.com/apache/inlong/pull/8475#issuecomment-1657908840 It seems that the ITs you provide is not running in the pipeline, please check ![image](https://github.com/apache/inlong/assets/26538404/58a85df6-6ddd-4dc3-b88b-3a9c80f26d92) -- T

[GitHub] [inlong] EMsnap commented on a diff in pull request #8475: [INLONG-8445][Sort] Support running tests on both Flink 1.13 and Flink 1.15

2023-07-31 Thread via GitHub
EMsnap commented on code in PR #8475: URL: https://github.com/apache/inlong/pull/8475#discussion_r1278960736 ## inlong-sort/sort-end-to-end-tests/sort-end-to-end-tests-v1.15/src/test/java/org/apache/inlong/sort/tests/PostgresTest.java: ## @@ -0,0 +1,219 @@ +/* + * Licensed to th

[GitHub] [inlong] vernedeng opened a new pull request, #8616: [INLONG-8598][Sort] Optimize sortstandalone pulsar sink

2023-07-31 Thread via GitHub
vernedeng opened a new pull request, #8616: URL: https://github.com/apache/inlong/pull/8616 ### 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 replac

[GitHub] [inlong] aloyszhang commented on a diff in pull request #8616: [INLONG-8598][Sort] Optimize sortstandalone pulsar sink

2023-07-31 Thread via GitHub
aloyszhang commented on code in PR #8616: URL: https://github.com/apache/inlong/pull/8616#discussion_r1279176121 ## inlong-sort-standalone/sort-standalone-source/src/main/java/org/apache/inlong/sort/standalone/sink/pulsar/PulsarIdConfig.java: ## @@ -49,12 +49,12 @@ public Pulsar

[GitHub] [inlong] vernedeng commented on a diff in pull request #8612: [INLONG-8611][Manager] Add full link trace

2023-07-31 Thread via GitHub
vernedeng commented on code in PR #8612: URL: https://github.com/apache/inlong/pull/8612#discussion_r1279185573 ## inlong-agent/bin/agent-env.sh: ## @@ -61,3 +61,19 @@ if [[ $JMX_ENABLED == 1 ]]; then else export AGENT_ARGS="$AGENT_JVM_ARGS -cp $CLASSPATH -Dagent.home=$BASE_

[GitHub] [inlong] vernedeng commented on a diff in pull request #8612: [INLONG-8611][Manager] Add full link trace

2023-07-31 Thread via GitHub
vernedeng commented on code in PR #8612: URL: https://github.com/apache/inlong/pull/8612#discussion_r1279186456 ## inlong-agent/bin/agent-env.sh: ## @@ -61,3 +61,19 @@ if [[ $JMX_ENABLED == 1 ]]; then else export AGENT_ARGS="$AGENT_JVM_ARGS -cp $CLASSPATH -Dagent.home=$BASE_

[GitHub] [inlong] vernedeng commented on a diff in pull request #8616: [INLONG-8598][Sort] Optimize sortstandalone pulsar sink

2023-07-31 Thread via GitHub
vernedeng commented on code in PR #8616: URL: https://github.com/apache/inlong/pull/8616#discussion_r1279355005 ## inlong-sort-standalone/sort-standalone-source/src/main/java/org/apache/inlong/sort/standalone/sink/pulsar/PulsarProducerCluster.java: ## @@ -142,11 +154,11 @@ publi

[GitHub] [inlong] dockerzhang merged pull request #8615: [INLONG-8614][CI] Remove unnecessary packages for UT and build workflow

2023-07-31 Thread via GitHub
dockerzhang merged PR #8615: URL: https://github.com/apache/inlong/pull/8615 -- 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-8614][CI] Remove unnecessary packages for UT and build workflow (#8615)

2023-07-31 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 4d6593985d [INLONG-8614][CI] Remove unneces

[GitHub] [inlong] dockerzhang commented on pull request #8612: [INLONG-8611][Manager] Add full link trace

2023-07-31 Thread via GitHub
dockerzhang commented on PR #8612: URL: https://github.com/apache/inlong/pull/8612#issuecomment-1659510391 Please rebase from the master to solve the timeout workflow issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [inlong] EMsnap commented on pull request #8475: [INLONG-8445][Sort] Support running tests on both Flink 1.13 and Flink 1.15

2023-07-31 Thread via GitHub
EMsnap commented on PR #8475: URL: https://github.com/apache/inlong/pull/8475#issuecomment-1659566343 LGTM, Great Job ! -- 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

[GitHub] [inlong] EMsnap merged pull request #8475: [INLONG-8445][Sort] Support running tests on both Flink 1.13 and Flink 1.15

2023-07-31 Thread via GitHub
EMsnap merged PR #8475: URL: https://github.com/apache/inlong/pull/8475 -- 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-8445][Sort] Support running tests on both Flink 1.13 and Flink 1.15 (#8475)

2023-07-31 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 a300d8dac7 [INLONG-8445][Sort] Support running te