This is an automated email from the ASF dual-hosted git repository.
zhouyao2023 pushed a change to branch 2.3.4-release
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
from 634d836864 [Release][2.3.4][release-note] Add release-note
new 1d2b65bfc8 Fix Jdbc sink target table name error (#6269)
new 60a3cc6268 [Improve][Catalog] Use default tablepath when can not get
the tablepath from source config (#6276)
new 4e688cc365 [Doc] Fix dead link with debezium (#6283)
new 06d07afbba [Hotfix][CI][JDBC] Fix unstable e2e jdbc part 1 (#6292)
new 94a5179350 [bugFix] mvn 'release:prepare' error (#6294)
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/en/connector-v2/source/MySQL-CDC.md | 4 +-
docs/en/connector-v2/source/Oracle-CDC.md | 2 +-
docs/en/connector-v2/source/Postgre-CDC.md | 2 +-
docs/en/connector-v2/source/SqlServer-CDC.md | 2 +-
pom.xml | 2 +-
.../api/table/catalog/CatalogTableUtil.java | 2 +-
.../seatunnel/api/table/catalog/TablePath.java | 2 +-
.../api/table/catalog/CatalogTableUtilTest.java | 15 ++
.../src/test/resources/conf/default_tablepath.conf | 25 ++--
.../fake/source/FakeDataGeneratorTest.java | 7 +
.../connectors/seatunnel/jdbc/sink/JdbcSink.java | 12 +-
.../seatunnel/jdbc/sink/JdbcSinkFactory.java | 161 +++++++++++----------
.../seatunnel/jdbc/JdbcMysqlMultipleTablesIT.java | 2 +
13 files changed, 132 insertions(+), 106 deletions(-)
copy
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-datahub-e2e/src/test/resources/fakesource_to_datahub.conf
=> seatunnel-api/src/test/resources/conf/default_tablepath.conf (76%)