This is an automated email from the ASF dual-hosted git repository.
kunni pushed a change to branch release-3.6
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
discard 5e512cb4b [hotfix] Fix e2e test error for StarRocks Pipeline.
omit 7dceb2a4c [hotfix] Fix compile error.
omit ab52ccf4e [FLINK-38729] Add flink-cdc-flink*-compat to output t jar
for source connector.
omit 21ec4aeb5 [docs] Update config.toml.
add 3d405fba1 [FLINK-39295] Update MySQL docs to reflect MySQL 8.4+
support (#4331)
add 283edb650 [FLINK-39297][doc] Update pipeline connectors overview for
Flink CDC 3.6.0 (#4329)
add 723615b66 [FLINK-39312][pipeline][hudi] Fix Hudi connector packaging
to include flink-metrics-dropwizard dependency. (#4332)
add 08f3fb88f [FLINK-39289][paimon] Supports executing TRUNCATE schema
change events on tables with deletion-vectors.enabled:true set (#4327)
new 685e6ebb1 [docs] Update config.toml.
new 0b06dc12a [FLINK-38729] Add flink-cdc-flink*-compat to output t jar
for source connector.
new f7a6ab1da [hotfix] Fix compile error.
new e06639a62 [hotfix] Fix e2e test error for StarRocks Pipeline.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (5e512cb4b)
\
N -- N -- N refs/heads/release-3.6 (e06639a62)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 4 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/connectors/flink-sources/mysql-cdc.md | 16 +++++-
.../docs/connectors/flink-sources/overview.md | 64 +++++++++++-----------
.../connectors/pipeline-connectors/overview.md | 44 ++++++++-------
.../docs/connectors/flink-sources/mysql-cdc.md | 16 +++++-
.../docs/connectors/flink-sources/overview.md | 64 +++++++++++-----------
.../connectors/pipeline-connectors/overview.md | 44 ++++++++-------
.../flink-cdc-pipeline-connector-hudi/pom.xml | 1 -
.../paimon/sink/PaimonMetadataApplier.java | 5 --
.../paimon/sink/v2/PaimonSinkITCase.java | 15 +----
.../cdc/pipeline/tests/MySqlToHudiE2eITCase.java | 5 --
10 files changed, 142 insertions(+), 132 deletions(-)