Skip to content

Commit

Permalink
[Oracle] Modify comments
Browse files Browse the repository at this point in the history
  • Loading branch information
e-mhui committed Aug 24, 2023
1 parent d452d21 commit 6b1c707
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public DynamicTableSource createDynamicTableSource(Context context) {
// However, during the snapshot phase, the database name is user-configurable.
// To avoid inconsistencies between the database names in the snapshot and incremental phases,
// it is necessary to convert the database name to uppercase when constructing the Oracle Source.
// For more details, please refer to: : https://github.com/ververica/flink-cdc-connectors/pull/2088.
// For more details, please refer to: https://github.com/ververica/flink-cdc-connectors/pull/2088.
databaseName = databaseName.toUpperCase();
String tableName = config.get(TABLE_NAME);
String schemaName = config.get(SCHEMA_NAME);
Expand Down

0 comments on commit 6b1c707

Please sign in to comment.