Skip to content

Commit

Permalink
[minor][doc][cdc-connector][oracle] Update OracleSchema#getTableSchem…
Browse files Browse the repository at this point in the history
…a doc description

This closes #3443.
  • Loading branch information
ChengJie1053 authored Jul 23, 2024
1 parent c5f391c commit 313bace
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ public OracleSchema() {
this.schemasByTableId = new HashMap<>();
}

/**
* Gets table schema for the given table path. It will request to MySQL server by running `SHOW
* CREATE TABLE` if cache missed.
*/
/** Gets table schema for the given table path. */
public TableChange getTableSchema(JdbcConnection jdbc, TableId tableId) {
// read schema from cache first
TableChange schema = schemasByTableId.get(tableId);
Expand Down

0 comments on commit 313bace

Please sign in to comment.