Skip to content

Commit

Permalink
Update PostgresSourceExampleTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
gtk96 authored Jul 16, 2024
1 parent 19a3c7d commit 3da71ed
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public void testConsumingScanEvents() throws Exception {
.slotName(SLOT_NAME)
.decodingPluginName(PLUGIN_NAME)
.deserializer(deserializer)
.includeSchemaChanges(true) // output the schema changes as well
.splitSize(2)
.build();

Expand Down Expand Up @@ -153,7 +152,6 @@ public void testConsumingAllEvents() throws Exception {
.slotName(SLOT_NAME)
.decodingPluginName(PLUGIN_NAME)
.deserializer(buildRowDataDebeziumDeserializeSchema(dataType))
.includeSchemaChanges(true) // output the schema changes as well
.splitSize(2)
.debeziumProperties(debeziumProps)
.build();
Expand Down

0 comments on commit 3da71ed

Please sign in to comment.