vernedeng commented on code in PR #6954:
URL: https://github.com/apache/inlong/pull/6954#discussion_r1056939832
##
inlong-sdk/sort-sdk/src/main/java/org/apache/inlong/sdk/sort/api/ClientContext.java:
##
@@ -38,29 +46,118 @@ public SortClientConfig getConfig() {
@Override
featzhang closed pull request #7059: [INLONG-7058][Sort] Support Apache kudu
connector
URL: https://github.com/apache/inlong/pull/7059
--
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 co
gong commented on code in PR #7050:
URL: https://github.com/apache/inlong/pull/7050#discussion_r1057025864
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/hudi/HudiTypeConverter.java:
##
@@ -0,0 +1,63 @@
+/*
+ * Licensed to the Apa
gong commented on code in PR #7050:
URL: https://github.com/apache/inlong/pull/7050#discussion_r1057026265
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/hudi/HudiTypeConverter.java:
##
@@ -0,0 +1,63 @@
+/*
+ * Licensed to the Apa
dockerzhang merged PR #6954:
URL: https://github.com/apache/inlong/pull/6954
--
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.
This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
from 56263c334 [INLONG-7054][DataProxy] Add the processing of the rtms
field (#7055)
add a75634761 [INLONG-6945]
dockerzhang merged PR #7018:
URL: https://github.com/apache/inlong/pull/7018
--
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.
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 ae9023759 [INLONG-6912][Sort] Add table lev
dockerzhang commented on code in PR #7059:
URL: https://github.com/apache/inlong/pull/7059#discussion_r1057033171
##
inlong-sort/pom.xml:
##
@@ -47,6 +47,7 @@
2.2.3
2.3.7
2.3.7
+1.16.0
Review Comment:
Please move the defined version to root
yunqingmoswu commented on PR #7059:
URL: https://github.com/apache/inlong/pull/7059#issuecomment-1364826308
Please add some describe for your design and implements, thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
yunqingmoswu commented on code in PR #7059:
URL: https://github.com/apache/inlong/pull/7059#discussion_r1057034209
##
inlong-sort/sort-connectors/kudu/pom.xml:
##
@@ -0,0 +1,93 @@
+
+
+http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+
yunqingmoswu commented on PR #6915:
URL: https://github.com/apache/inlong/pull/6915#issuecomment-1364828539
Please fix the check error.
--
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 specifi
yunqingmoswu commented on PR #6902:
URL: https://github.com/apache/inlong/pull/6902#issuecomment-1364828727
Please fix the ut error
--
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 co
yunqingmoswu commented on PR #6473:
URL: https://github.com/apache/inlong/pull/6473#issuecomment-1364829254
Please handle the code conflict.
--
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 sp
yunqingmoswu commented on PR #6265:
URL: https://github.com/apache/inlong/pull/6265#issuecomment-1364829489
Please handle the conflicts.
--
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 specif
dockerzhang commented on PR #7031:
URL: https://github.com/apache/inlong/pull/7031#issuecomment-1364829927
Could we collect all temporary files into one directory? and we can avoid
adding too many items in `.gitignore`.
--
This is an automated message from the Apache Git Service.
To respo
lucaspeng12138 commented on PR #5783:
URL: https://github.com/apache/inlong/pull/5783#issuecomment-1364830068
[自动回复]:您的邮件我已收到,我将尽快给您回复,谢谢
--
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 speci
Yizhou-Yang opened a new pull request, #7062:
URL: https://github.com/apache/inlong/pull/7062
### Prepare a Pull Request
*(Change the title refer to the following example)*
- Title Example: [INLONG-XYZ][Component] Title of the pull request
- Fixes #7061 (https://github.com/ap
dockerzhang commented on issue #7034:
URL: https://github.com/apache/inlong/issues/7034#issuecomment-1364834620
@linqianppb please make sure to create a tag and bind clusters, you can
refer to:
https://inlong.apache.org/zh-CN/docs/next/deployment/docker
--
This is an automated message
yunqingmoswu commented on code in PR #7062:
URL: https://github.com/apache/inlong/pull/7062#discussion_r1057041303
##
inlong-sort/sort-connectors/doris/src/main/java/org/apache/inlong/sort/doris/table/DorisDynamicSchemaOutputFormat.java:
##
@@ -486,6 +489,10 @@ private void hand
EMsnap commented on code in PR #7062:
URL: https://github.com/apache/inlong/pull/7062#discussion_r1057041536
##
inlong-sort/sort-connectors/doris/src/main/java/org/apache/inlong/sort/doris/table/DorisDynamicSchemaOutputFormat.java:
##
@@ -486,6 +489,10 @@ private void handleDirt
dockerzhang opened a new pull request, #7065:
URL: https://github.com/apache/inlong/pull/7065
### 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
gong commented on PR #7062:
URL: https://github.com/apache/inlong/pull/7062#issuecomment-1364913091
you need add dirty metric like out metric
```java
if (multipleSink) {
String[] tableWithDb = tableIdentifier.split("\\.");
metricDa
healchow merged PR #7065:
URL: https://github.com/apache/inlong/pull/7065
--
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
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 1cd0c841c [INLONG-7064][Dashboard] Update the
featzhang commented on PR #7059:
URL: https://github.com/apache/inlong/pull/7059#issuecomment-1364933063
> Please add the access protocol for it(add KuduLoadNode in the sort-common).
I will submit another PR.
--
This is an automated message from the Apache Git Service.
To respond to
Yizhou-Yang commented on PR #7062:
URL: https://github.com/apache/inlong/pull/7062#issuecomment-1364959568
> you need add dirty metric like out metric
>
> ```java
> if (multipleSink) {
> String[] tableWithDb =
tableIdentifier.split("\\.");
>
yunqingmoswu commented on code in PR #7062:
URL: https://github.com/apache/inlong/pull/7062#discussion_r1057111822
##
inlong-sort/sort-connectors/doris/src/main/java/org/apache/inlong/sort/doris/table/DorisDynamicSchemaOutputFormat.java:
##
@@ -486,6 +497,17 @@ private void hand
featzhang commented on code in PR #7050:
URL: https://github.com/apache/inlong/pull/7050#discussion_r1057118541
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/hudi/HudiTypeConverter.java:
##
@@ -0,0 +1,63 @@
+/*
+ * Licensed to th
featzhang commented on code in PR #7050:
URL: https://github.com/apache/inlong/pull/7050#discussion_r1057119534
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/hudi/HudiTypeConverter.java:
##
@@ -0,0 +1,63 @@
+/*
+ * Licensed to th
30 matches
Mail list logo