JNSimba commented on code in PR #167: URL: https://github.com/apache/doris-flink-connector/pull/167#discussion_r1281858033
########## flink-doris-connector/src/test/java/org/apache/doris/flink/tools/cdc/CdcOraclelSyncDatabaseCase.java: ########## @@ -71,8 +71,9 @@ public static void main(String[] args) throws Exception{ String includingTables = "test.*"; String excludingTables = ""; boolean ignoreDefaultValue = false; + boolean useNewSchemaChange = false; Review Comment: Can schema change be execute in oracle? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org