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/incubator-inlong.git
from 95474b042 [INLONG-4205][CI] Fix error in the greeting workflow (#4206)
add 12c802754 [INLONG-4198][Sort] Add Postgres load node (#4199)
No new revisions were added by this update.
Summary of changes:
.../sort/protocol/constant/PostgresConstant.java | 4 ++
.../apache/inlong/sort/protocol/node/LoadNode.java | 4 +-
.../org/apache/inlong/sort/protocol/node/Node.java | 6 +-
.../sort/protocol/node/load/PostgresLoadNode.java | 70 +++++++++++++++++-----
...LoadNodeTest.java => PostgresLoadNodeTest.java} | 26 +++++---
inlong-sort/sort-single-tenant/pom.xml | 10 ++++
...java => PostgresLoadNodeFlinkSqlParseTest.java} | 45 +++++++-------
licenses/inlong-sort/LICENSE | 2 +
licenses/inlong-sort/NOTICE | 15 +++++
.../licenses/LICENSE-postgresql.txt | 0
pom.xml | 6 ++
11 files changed, 141 insertions(+), 47 deletions(-)
copy
inlong-sort/sort-common/src/test/java/org/apache/inlong/sort/protocol/node/load/{HbaseLoadNodeTest.java
=> PostgresLoadNodeTest.java} (64%)
copy
inlong-sort/sort-single-tenant/src/test/java/org/apache/inlong/sort/singletenant/flink/parser/{HbaseLoadFlinkSqlParseTest.java
=> PostgresLoadNodeFlinkSqlParseTest.java} (78%)
copy licenses/{inlong-agent => inlong-sort}/licenses/LICENSE-postgresql.txt
(100%)