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 apache#3443.
  • Loading branch information
ChengJie1053 authored and qiaozongmi committed Sep 23, 2024
1 parent 6063cb2 commit c722c1a
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 c722c1a

Please sign in to comment.