dockerzhang commented on PR #10735:
URL: https://github.com/apache/inlong/pull/10735#issuecomment-2257623734
Run 'mvn spotless:apply' to fix these violations.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
justinwwhuang commented on code in PR #10735:
URL: https://github.com/apache/inlong/pull/10735#discussion_r1696441363
##
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/task/SQLServerTask.java:
##
@@ -0,0 +1,111 @@
+/*
+ * Licensed to the Apache Software
justinwwhuang commented on code in PR #10735:
URL: https://github.com/apache/inlong/pull/10735#discussion_r1696444835
##
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/SQLServerSource.java:
##
@@ -17,66 +17,180 @@
package org.apache.inlong.age
zoy0 commented on PR #10735:
URL: https://github.com/apache/inlong/pull/10735#issuecomment-2257648846
> 运行“mvn spotless:apply”来修复这些违规行为。
done
--
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
zoy0 commented on code in PR #10735:
URL: https://github.com/apache/inlong/pull/10735#discussion_r1696459899
##
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/SQLServerSource.java:
##
@@ -17,66 +17,180 @@
package org.apache.inlong.agent.plugin
zoy0 commented on code in PR #10735:
URL: https://github.com/apache/inlong/pull/10735#discussion_r1696471913
##
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/task/SQLServerTask.java:
##
@@ -0,0 +1,111 @@
+/*
+ * Licensed to the Apache Software Foundatio
yfsn666 opened a new pull request, #10737:
URL: https://github.com/apache/inlong/pull/10737
Fixes #10736
### Motivation
Enable python sdk build script to choose whether to skip the c++ sdk build
step or not.
### Modifications
Modify the python sdk
doleyzi commented on code in PR #10737:
URL: https://github.com/apache/inlong/pull/10737#discussion_r1696532500
##
inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-python/build.sh:
##
@@ -45,14 +51,19 @@ cmake --build . --config Release --target check
make check -j 4
cd $BASE_DIR
justinwwhuang commented on code in PR #10735:
URL: https://github.com/apache/inlong/pull/10735#discussion_r1696566145
##
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/SQLServerSource.java:
##
@@ -17,66 +17,180 @@
package org.apache.inlong.age
justinwwhuang commented on code in PR #10735:
URL: https://github.com/apache/inlong/pull/10735#discussion_r1696566145
##
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/SQLServerSource.java:
##
@@ -17,66 +17,180 @@
package org.apache.inlong.age
yfsn666 commented on code in PR #10737:
URL: https://github.com/apache/inlong/pull/10737#discussion_r1696569416
##
inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-python/build.sh:
##
@@ -45,14 +51,19 @@ cmake --build . --config Release --target check
make check -j 4
cd $BASE_DIR
dockerzhang commented on PR #10735:
URL: https://github.com/apache/inlong/pull/10735#issuecomment-2257824149
@zoy0 please click `resolve` if you fixed the comments.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
aloyszhang commented on code in PR #10737:
URL: https://github.com/apache/inlong/pull/10737#discussion_r1696710092
##
inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-python/build.sh:
##
@@ -20,6 +20,12 @@
BASE_DIR=$(pwd)
+# Check if dataproxy-sdk-cpp directory exists in the pa
fuweng11 opened a new pull request, #963:
URL: https://github.com/apache/inlong-website/pull/963
Fixes #960
### Motivation
Modify download & release notes for 1.13.0.
### Modifications
Modify download & release notes for 1.13.0.
--
This is a
aloyszhang merged PR #10727:
URL: https://github.com/apache/inlong/pull/10727
--
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.
aloyszhang 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 3822ed2254 [INLONG-10286][Agent] Update the
yfsn666 commented on code in PR #10737:
URL: https://github.com/apache/inlong/pull/10737#discussion_r1697786486
##
inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-python/build.sh:
##
@@ -20,6 +20,12 @@
BASE_DIR=$(pwd)
+# Check if dataproxy-sdk-cpp directory exists in the paren
yfsn666 commented on code in PR #10737:
URL: https://github.com/apache/inlong/pull/10737#discussion_r1697786616
##
inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-python/build.sh:
##
@@ -45,14 +51,17 @@ cmake --build . --config Release --target check
make check -j 4
cd $BASE_DIR
zoy0 commented on code in PR #10735:
URL: https://github.com/apache/inlong/pull/10735#discussion_r1697792839
##
inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sources/SQLServerSource.java:
##
@@ -17,66 +17,180 @@
package org.apache.inlong.agent.plugin
EMsnap commented on code in PR #10722:
URL: https://github.com/apache/inlong/pull/10722#discussion_r1697798791
##
inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/elasticsearch6/pom.xml:
##
@@ -0,0 +1,126 @@
+
+
+http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.
aloyszhang commented on PR #10735:
URL: https://github.com/apache/inlong/pull/10735#issuecomment-2259507082
please rebase the master to resolve conflicting files
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
XiaoYou201 commented on code in PR #10722:
URL: https://github.com/apache/inlong/pull/10722#discussion_r1697803934
##
inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/elasticsearch6/pom.xml:
##
@@ -0,0 +1,126 @@
+
+
+http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://
zoy0 commented on PR #10735:
URL: https://github.com/apache/inlong/pull/10735#issuecomment-2259538263
> please rebase the master to resolve conflicting files
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
xxsc0529 closed pull request #10701: [INLONG-10703][Manager] Manager Add
Oceanbase Support
URL: https://github.com/apache/inlong/pull/10701
--
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
aloyszhang merged PR #10737:
URL: https://github.com/apache/inlong/pull/10737
--
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.
aloyszhang 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 252bf59d2d [INLONG-10736][SDK] Python sdk bu
EMsnap commented on PR #10722:
URL: https://github.com/apache/inlong/pull/10722#issuecomment-2259809681
Please fix the compile error on workflow in format-base for flink-1.18 and
submit a pr later
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
27 matches
Mail list logo