Skip to content

Commit 2b38706

Browse files
committed
fix
1 parent 870e023 commit 2b38706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-oracle/src/test/java/org/apache/flink/cdc/connectors/oracle/source/OraclePipelineITCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ private List<Event> executeAlterAndProvideExpected(TableId tableId, Statement st
17271727

17281728
statement.execute(
17291729
String.format(
1730-
"ALTER TABLE %s.products ADD DESC1 VARCHAR(45) DEFAULT '' NOT NULL",
1730+
"ALTER TABLE %s.products ADD DESC1 VARCHAR(45) DEFAULT 'N/A' NOT NULL",
17311731
"debezium"));
17321732
expected.add(
17331733
new AddColumnEvent(

0 commit comments

Comments
 (0)