[GitHub] [inlong] kuansix commented on a diff in pull request #6346: [INLONG-6345][Sort] Add metrics for Doris connector

2022-11-01 Thread GitBox
kuansix commented on code in PR #6346: URL: https://github.com/apache/inlong/pull/6346#discussion_r1010159287 ## inlong-sort/sort-connectors/doris/src/main/java/org/apache/inlong/sort/doris/table/DorisStreamLoad.java: ## @@ -80,7 +81,7 @@ protected boolean isRedirectable(String

[GitHub] [inlong] kuansix commented on pull request #6346: [INLONG-6345][Sort] Add metrics for Doris connector

2022-11-01 Thread GitBox
kuansix commented on PR #6346: URL: https://github.com/apache/inlong/pull/6346#issuecomment-1298129837 > Lack of single-table sync metric collect. single-table sync not supported by inLong product. metric follow product. -- This is an automated message from the Apache Git Servic

[GitHub] [inlong] kuansix commented on a diff in pull request #6346: [INLONG-6345][Sort] Add metrics for Doris connector

2022-11-01 Thread GitBox
kuansix commented on code in PR #6346: URL: https://github.com/apache/inlong/pull/6346#discussion_r1010159287 ## inlong-sort/sort-connectors/doris/src/main/java/org/apache/inlong/sort/doris/table/DorisStreamLoad.java: ## @@ -80,7 +81,7 @@ protected boolean isRedirectable(String

[GitHub] [inlong] dockerzhang merged pull request #6344: [INLONG-6343][Manager] Fix the problem that the cluster tag is empty when saving cluster information

2022-11-01 Thread GitBox
dockerzhang merged PR #6344: URL: https://github.com/apache/inlong/pull/6344 -- 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-6343][Manager] Fix the problem that the cluster tag is empty when saving cluster information (#6344)

2022-11-01 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 4729edeb0 [INLONG-6343][Manager] Fix the pr

[GitHub] [inlong] gosonzhang opened a new pull request, #6351: [INLONG-6329][DataProxy] Add proxy-send mode message logic

2022-11-01 Thread GitBox
gosonzhang opened a new pull request, #6351: URL: https://github.com/apache/inlong/pull/6351 - Fixes #6329 -- 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 unsubscrib

[GitHub] [inlong] fuweng11 commented on issue #6352: [Improve][Manager] Set whether to push the sort configuration through zk using the global configuration

2022-11-01 Thread GitBox
fuweng11 commented on issue #6352: URL: https://github.com/apache/inlong/issues/6352#issuecomment-1298216811 I will deal with this problem! -- 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 spe

[GitHub] [inlong] fuweng11 opened a new pull request, #6354: [INLONG-6352][Manager] Set whether to push the sort configuration through zk using the global configuration

2022-11-01 Thread GitBox
fuweng11 opened a new pull request, #6354: URL: https://github.com/apache/inlong/pull/6354 ### Prepare a Pull Request *(Change the title refer to the following example)* - Fixes #6352 ### Motivation Set whether to push the sort configuration through zk using the globa

[GitHub] [inlong] bluewang opened a new pull request, #6355: [INLONG-6330][Dashboard] Other sinks support asynchronous loading of plugins

2022-11-01 Thread GitBox
bluewang opened a new pull request, #6355: URL: https://github.com/apache/inlong/pull/6355 ### 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 rep

[GitHub] [inlong] healchow commented on a diff in pull request #6354: [INLONG-6352][Manager] Set whether to push the sort configuration through zk using the global configuration

2022-11-01 Thread GitBox
healchow commented on code in PR #6354: URL: https://github.com/apache/inlong/pull/6354#discussion_r1010222513 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/group/InlongGroupServiceImpl.java: ## @@ -246,6 +250,7 @@ public String update(InlongG

[GitHub] [inlong] healchow commented on a diff in pull request #6354: [INLONG-6352][Manager] Set whether to push the sort configuration through zk using the global configuration

2022-11-01 Thread GitBox
healchow commented on code in PR #6354: URL: https://github.com/apache/inlong/pull/6354#discussion_r1010225086 ## inlong-manager/manager-web/src/main/resources/application-dev.properties: ## @@ -82,3 +82,6 @@ data.cleansing.interval.seconds=1800 data.cleansing.before.days=10 #

[GitHub] [inlong] healchow commented on a diff in pull request #6354: [INLONG-6352][Manager] Set whether to push the sort configuration through zk using the global configuration

2022-11-01 Thread GitBox
healchow commented on code in PR #6354: URL: https://github.com/apache/inlong/pull/6354#discussion_r1010225086 ## inlong-manager/manager-web/src/main/resources/application-dev.properties: ## @@ -82,3 +82,6 @@ data.cleansing.interval.seconds=1800 data.cleansing.before.days=10 #

[GitHub] [inlong] e-mhui opened a new pull request, #6357: [INLONG-6356][Sort] Oracle connector supports precision and binary type

2022-11-01 Thread GitBox
e-mhui opened a new pull request, #6357: URL: https://github.com/apache/inlong/pull/6357 ### Prepare a Pull Request [INLONG-6356][Sort] Oracle connector supports precision and binary type - Fixes #6356 ### Motivation Oracle connector supports precision and binary t

[GitHub] [inlong] vernedeng commented on a diff in pull request #6348: [INLONG-6347][Manager] Missing MQ type and NP in getSortSource

2022-11-01 Thread GitBox
vernedeng commented on code in PR #6348: URL: https://github.com/apache/inlong/pull/6348#discussion_r1010247448 ## inlong-manager/manager-dao/src/main/resources/mappers/StreamSinkEntityMapper.xml: ## @@ -370,7 +370,7 @@ select inlong_cluster_name as sortClus

[GitHub] [inlong] leezng merged pull request #6355: [INLONG-6330][Dashboard] Other sinks support asynchronous loading of plugins

2022-11-01 Thread GitBox
leezng merged PR #6355: URL: https://github.com/apache/inlong/pull/6355 -- 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-6330][Dashboard] Other sinks support asynchronous loading of plugins (#6355)

2022-11-01 Thread leezng
This is an automated email from the ASF dual-hosted git repository. leezng 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 0dec6e278 [INLONG-6330][Dashboard] Other sinks s

[GitHub] [inlong] EMsnap commented on a diff in pull request #6357: [INLONG-6356][Sort] Oracle connector supports precision and binary type

2022-11-01 Thread GitBox
EMsnap commented on code in PR #6357: URL: https://github.com/apache/inlong/pull/6357#discussion_r1010291487 ## inlong-sort/sort-connectors/oracle-cdc/src/main/java/org/apache/inlong/sort/cdc/oracle/table/OracleReadableMetaData.java: ## @@ -447,16 +448,22 @@ public static Map ge

[GitHub] [inlong] healchow commented on a diff in pull request #6346: [INLONG-6345][Sort] Add metrics for Doris connector

2022-11-01 Thread GitBox
healchow commented on code in PR #6346: URL: https://github.com/apache/inlong/pull/6346#discussion_r1010293450 ## inlong-sort/sort-connectors/doris/src/main/java/org/apache/inlong/sort/doris/model/RespContent.java: ## @@ -0,0 +1,95 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [inlong] healchow merged pull request #6348: [INLONG-6347][Manager] Add MQ type and fix NPE in the getSortSource method

2022-11-01 Thread GitBox
healchow merged PR #6348: URL: https://github.com/apache/inlong/pull/6348 -- 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.apa

[inlong] branch master updated (0dec6e278 -> 9356b7e62)

2022-11-01 Thread healchow
This is an automated email from the ASF dual-hosted git repository. healchow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 0dec6e278 [INLONG-6330][Dashboard] Other sinks support asynchronous loading of plugins (#6355) add 9356b7e62 [

[GitHub] [inlong] healchow merged pull request #6350: [INLONG-6349][Manager] StreamSinkClient support update/delete by key

2022-11-01 Thread GitBox
healchow merged PR #6350: URL: https://github.com/apache/inlong/pull/6350 -- 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.apa

[inlong] branch master updated (9356b7e62 -> 3973ed9b2)

2022-11-01 Thread healchow
This is an automated email from the ASF dual-hosted git repository. healchow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 9356b7e62 [INLONG-6347][Manager] Add MQ type and fix NPE in the getSortSource method (#6348) add 3973ed9b2 [IN

[GitHub] [inlong] healchow merged pull request #6354: [INLONG-6352][Manager] Add a global config for whether to use ZooKeeper to manage the Sort task

2022-11-01 Thread GitBox
healchow merged PR #6354: URL: https://github.com/apache/inlong/pull/6354 -- 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.apa

[inlong] branch master updated: [INLONG-6352][Manager] Add a global config for whether to use ZooKeeper to manage the Sort task (#6354)

2022-11-01 Thread healchow
This is an automated email from the ASF dual-hosted git repository. healchow 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 ad2ecb4fe [INLONG-6352][Manager] Add a global

[GitHub] [inlong] kuansix commented on a diff in pull request #6346: [INLONG-6345][Sort] Add metrics for Doris connector

2022-11-01 Thread GitBox
kuansix commented on code in PR #6346: URL: https://github.com/apache/inlong/pull/6346#discussion_r1010325220 ## inlong-sort/sort-connectors/doris/src/main/java/org/apache/inlong/sort/doris/model/RespContent.java: ## @@ -0,0 +1,95 @@ +/* + * Licensed to the Apache Software Found

[GitHub] [inlong] yunqingmoswu opened a new pull request, #6358: [INLONG-6353][Sort] Fix delete event handle error for doris connector

2022-11-01 Thread GitBox
yunqingmoswu opened a new pull request, #6358: URL: https://github.com/apache/inlong/pull/6358 ### Prepare a Pull Request *(Change the title refer to the following example)* Title: [INLONG-6353][Sort] Fix delete event handle error for doris connector *(The following *XYZ* sho

[GitHub] [inlong] leezng opened a new pull request, #6360: [INLONG-6359][Dashboard] The utils method adds null data compatibility

2022-11-01 Thread GitBox
leezng opened a new pull request, #6360: URL: https://github.com/apache/inlong/pull/6360 - Fixes #6359 -- 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-mai

[GitHub] [inlong] yunqingmoswu commented on a diff in pull request #6357: [INLONG-6356][Sort] Oracle connector supports precision and binary type

2022-11-01 Thread GitBox
yunqingmoswu commented on code in PR #6357: URL: https://github.com/apache/inlong/pull/6357#discussion_r1010344326 ## inlong-sort/sort-connectors/oracle-cdc/src/main/java/org/apache/inlong/sort/cdc/oracle/table/OracleReadableMetaData.java: ## @@ -447,16 +448,22 @@ public static

[GitHub] [inlong] EMsnap merged pull request #6346: [INLONG-6345][Sort] Add metrics for Doris connector

2022-11-01 Thread GitBox
EMsnap merged PR #6346: URL: https://github.com/apache/inlong/pull/6346 -- 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-6345][Sort] Add metrics for Doris connector (#6346)

2022-11-01 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 5c48e6fe6 [INLONG-6345][Sort] Add metrics for Dor

[GitHub] [inlong] yunqingmoswu closed pull request #6358: [INLONG-6353][Sort] Fix delete event handle error for doris connector

2022-11-01 Thread GitBox
yunqingmoswu closed pull request #6358: [INLONG-6353][Sort] Fix delete event handle error for doris connector URL: https://github.com/apache/inlong/pull/6358 -- 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 t

[GitHub] [inlong] woofyzhao opened a new pull request, #6362: [Manager][INLONG-6361] Fix the json deserialization exception with jackson version < 2.13

2022-11-01 Thread GitBox
woofyzhao opened a new pull request, #6362: URL: https://github.com/apache/inlong/pull/6362 - Fixes #6361 -- 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 uns

[GitHub] [inlong] e-mhui commented on a diff in pull request #6357: [INLONG-6356][Sort] Oracle connector supports precision and binary type

2022-11-01 Thread GitBox
e-mhui commented on code in PR #6357: URL: https://github.com/apache/inlong/pull/6357#discussion_r1010455637 ## inlong-sort/sort-connectors/oracle-cdc/src/main/java/org/apache/inlong/sort/cdc/oracle/table/OracleReadableMetaData.java: ## @@ -447,16 +448,22 @@ public static Map ge

[GitHub] [inlong] ciscozhou merged pull request #6360: [INLONG-6359][Dashboard] The utils method adds null data compatibility

2022-11-01 Thread GitBox
ciscozhou merged PR #6360: URL: https://github.com/apache/inlong/pull/6360 -- 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.ap

[inlong] branch master updated: [INLONG-6359][Dashboard] The utils method adds null data compatibility (#6360)

2022-11-01 Thread ciscozhou
This is an automated email from the ASF dual-hosted git repository. ciscozhou 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 c00622458 [INLONG-6359][Dashboard] The utils

[GitHub] [inlong] healchow merged pull request #6362: [INLONG-6361][Manager] Fix the json deserialization exception with jackson version < 2.13

2022-11-01 Thread GitBox
healchow merged PR #6362: URL: https://github.com/apache/inlong/pull/6362 -- 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.apa

[inlong] branch master updated: [Manager][INLONG-6361] Fix the deserialization exception with Jackson's version below 2.13 (#6362)

2022-11-01 Thread healchow
This is an automated email from the ASF dual-hosted git repository. healchow 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 5ce01771e [Manager][INLONG-6361] Fix the deser

[inlong] 01/01: [INLONG-6361][Manager] Fix the deserialization exception with Jackson's version below 2.13 (#6362)

2022-11-01 Thread healchow
This is an automated email from the ASF dual-hosted git repository. healchow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git commit 70bf3e0aa9332d4a6c3d46535f94ae84cc1af6b9 Author: woofyzhao <490467...@qq.com> AuthorDate: Wed Nov 2 11:09:26 2022 +0800

[inlong] branch master updated (5ce01771e -> 70bf3e0aa)

2022-11-01 Thread healchow
This is an automated email from the ASF dual-hosted git repository. healchow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git omit 5ce01771e [Manager][INLONG-6361] Fix the deserialization exception with Jackson's version below 2.13 (#6362) n

[GitHub] [inlong] healchow commented on a diff in pull request #6358: [INLONG-6353][Sort] Fix delete event handle error for doris connector

2022-11-01 Thread GitBox
healchow commented on code in PR #6358: URL: https://github.com/apache/inlong/pull/6358#discussion_r102092 ## inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/format/CanalJsonDynamicSchemaFormat.java: ## @@ -113,6 +113,9 @@ public boolean extractDDL

[GitHub] [inlong] healchow commented on a diff in pull request #6358: [INLONG-6353][Sort] Fix delete event handle error for doris connector

2022-11-01 Thread GitBox
healchow commented on code in PR #6358: URL: https://github.com/apache/inlong/pull/6358#discussion_r102092 ## inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/format/CanalJsonDynamicSchemaFormat.java: ## @@ -113,6 +113,9 @@ public boolean extractDDL

[GitHub] [inlong] pocozh commented on a diff in pull request #6351: [INLONG-6329][DataProxy] Add proxy-send mode message logic

2022-11-01 Thread GitBox
pocozh commented on code in PR #6351: URL: https://github.com/apache/inlong/pull/6351#discussion_r100523 ## inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/consts/AttributeConstants.java: ## @@ -88,6 +88,8 @@ public class AttributeConstants {

[GitHub] [inlong] healchow commented on a diff in pull request #6358: [INLONG-6353][Sort] Fix delete event handle error for doris connector

2022-11-01 Thread GitBox
healchow commented on code in PR #6358: URL: https://github.com/apache/inlong/pull/6358#discussion_r104184 ## inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/format/DebeziumJsonDynamicSchemaFormat.java: ## @@ -224,6 +224,9 @@ public RowType extract

[GitHub] [inlong] EMsnap commented on a diff in pull request #6358: [INLONG-6353][Sort] Fix delete event handle error for doris connector

2022-11-01 Thread GitBox
EMsnap commented on code in PR #6358: URL: https://github.com/apache/inlong/pull/6358#discussion_r1011161522 ## inlong-sort/sort-connectors/doris/src/main/java/org/apache/inlong/sort/doris/table/DorisDynamicSchemaOutputFormat.java: ## @@ -277,6 +284,53 @@ private void addBatch(T

[GitHub] [inlong] gosonzhang commented on a diff in pull request #6351: [INLONG-6329][DataProxy] Add proxy-send mode message logic

2022-11-01 Thread GitBox
gosonzhang commented on code in PR #6351: URL: https://github.com/apache/inlong/pull/6351#discussion_r1011172410 ## inlong-common/src/main/java/org/apache/inlong/common/enums/DataProxyErrCode.java: ## @@ -27,7 +27,22 @@ public enum DataProxyErrCode { UNSUPPORTED_EXTENDFIELD

[GitHub] [inlong] gosonzhang commented on a diff in pull request #6351: [INLONG-6329][DataProxy] Add proxy-send mode message logic

2022-11-01 Thread GitBox
gosonzhang commented on code in PR #6351: URL: https://github.com/apache/inlong/pull/6351#discussion_r1011175125 ## inlong-dataproxy/dataproxy-source/src/main/java/org/apache/inlong/dataproxy/consts/AttributeConstants.java: ## @@ -88,6 +88,8 @@ public class AttributeConstants {

[GitHub] [inlong] healchow opened a new pull request, #6367: [INLONG-6365][Dashboard] Modify the options of the data type and modify some files name

2022-11-01 Thread GitBox
healchow opened a new pull request, #6367: URL: https://github.com/apache/inlong/pull/6367 ### Prepare a Pull Request - Fixes #6365 ### Motivation Modify the options of the data type and modify some files name. ### Modifications 1. Modify the options of the

[GitHub] [inlong] pocozh opened a new pull request, #6368: [INLONG-6366][Agent] Update position when data is successfully sent in order-send mode

2022-11-01 Thread GitBox
pocozh opened a new pull request, #6368: URL: https://github.com/apache/inlong/pull/6368 ### Prepare a Pull Request *(Change the title refer to the following example)* - [INLONG-6366][Agent] Update position when data is successfully sent in order-send mode *(The following *X

[GitHub] [inlong] healchow commented on a diff in pull request #6351: [INLONG-6329][DataProxy] Add proxy-send mode message logic

2022-11-01 Thread GitBox
healchow commented on code in PR #6351: URL: https://github.com/apache/inlong/pull/6351#discussion_r1011245325 ## inlong-common/src/main/java/org/apache/inlong/common/enums/DataProxyErrCode.java: ## @@ -27,7 +27,22 @@ public enum DataProxyErrCode { UNSUPPORTED_EXTENDFIELD_V

[GitHub] [inlong] leezng commented on a diff in pull request #6367: [INLONG-6365][Dashboard] Modify the options of the data type and modify some files name

2022-11-01 Thread GitBox
leezng commented on code in PR #6367: URL: https://github.com/apache/inlong/pull/6367#discussion_r1011247168 ## inlong-dashboard/src/metas/sources/defaults/index.ts: ## @@ -26,18 +26,18 @@ export const allDefaultSources: MetaExportWithBackendList = [ LoadEntity: () => impo

[GitHub] [inlong] yunqingmoswu merged pull request #6358: [INLONG-6353][Sort] Fix delete event handle error for doris connector

2022-11-01 Thread GitBox
yunqingmoswu merged PR #6358: URL: https://github.com/apache/inlong/pull/6358 -- 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 (70bf3e0aa -> 93c2dc311)

2022-11-01 Thread yunqing
This is an automated email from the ASF dual-hosted git repository. yunqing pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 70bf3e0aa [INLONG-6361][Manager] Fix the deserialization exception with Jackson's version below 2.13 (#6362) ad

[GitHub] [inlong] gosonzhang commented on a diff in pull request #6351: [INLONG-6329][DataProxy] Add proxy-send mode message logic

2022-11-01 Thread GitBox
gosonzhang commented on code in PR #6351: URL: https://github.com/apache/inlong/pull/6351#discussion_r1011251431 ## inlong-common/src/main/java/org/apache/inlong/common/enums/DataProxyErrCode.java: ## @@ -27,7 +27,22 @@ public enum DataProxyErrCode { UNSUPPORTED_EXTENDFIELD

[GitHub] [inlong] healchow commented on a diff in pull request #6367: [INLONG-6365][Dashboard] Modify the options of the data type and modify some files name

2022-11-01 Thread GitBox
healchow commented on code in PR #6367: URL: https://github.com/apache/inlong/pull/6367#discussion_r1011257633 ## inlong-dashboard/src/metas/sources/defaults/index.ts: ## @@ -26,18 +26,18 @@ export const allDefaultSources: MetaExportWithBackendList = [ LoadEntity: () => im

[GitHub] [inlong] gosonzhang merged pull request #6368: [INLONG-6366][Agent] Update position when data is successfully sent in order-send mode

2022-11-01 Thread GitBox
gosonzhang merged PR #6368: URL: https://github.com/apache/inlong/pull/6368 -- 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.a

[inlong] branch master updated (93c2dc311 -> e90f5d505)

2022-11-01 Thread gosonzhang
This is an automated email from the ASF dual-hosted git repository. gosonzhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 93c2dc311 [INLONG-6353][Sort] Fix delete event handle error for doris connector (#6358) add e90f5d505 [INLON