Skip to content

Commit

Permalink
Merge branch 'master' into improve-httpclient
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Dec 4, 2024
2 parents c7ec42c + 9cabe21 commit c080ae8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion flink-doris-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ under the License.
<revision>24.0.0-SNAPSHOT</revision>
<flink.version>1.18.0</flink.version>
<flink.major.version>1.18</flink.major.version>
<flink.sql.cdc.version>3.1.1</flink.sql.cdc.version>
<flink.sql.cdc.version>3.2.1</flink.sql.cdc.version>
<flink.python.id>flink-python</flink.python.id>
<libthrift.version>0.16.0</libthrift.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
Expand Down
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 c080ae8

Please sign in to comment.