Skip to content

Commit

Permalink
[cdc] Fix duplicate schema IDs when multiple parallel updates (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxi0599 authored Feb 2, 2024
1 parent d099a79 commit 0f117d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ private void buildCombinedCdcSink() {
SingleOutputStreamOperatorUtils.getSideOutput(
parsed,
CdcDynamicTableParsingProcessFunction.DYNAMIC_SCHEMA_CHANGE_OUTPUT_TAG)
.keyBy(t -> t.f0)
.process(new MultiTableUpdatedDataFieldsProcessFunction(catalogLoader))
.name("Schema Evolution");

Expand Down

0 comments on commit 0f117d4

Please sign in to comment.