Skip to content

Commit

Permalink
remove unsupport code
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Dec 3, 2024
1 parent 89ef42f commit a520d23
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ public DataStreamSource<String> buildCdcSource(StreamExecutionEnvironment env) {
.deserializer(schema)
.slotName(slotName)
.decodingPluginName(config.get(DECODING_PLUGIN_NAME))
.includeSchemaChanges(true)
.debeziumProperties(debeziumProperties)
.startupOptions(startupOptions)
.splitSize(config.get(SCAN_INCREMENTAL_SNAPSHOT_CHUNK_SIZE))
Expand Down

0 comments on commit a520d23

Please sign in to comment.