Skip to content

Commit

Permalink
chore: per PR advices
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 committed May 15, 2024
1 parent 8928b0b commit a9f16e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flow/src/adapter/table_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ impl TableSource {
.map(|name| name.table_name())
.map(|name| [name.catalog_name, name.schema_name, name.table_name])
}

/// query metasrv about the table name and table id
pub async fn get_table_info_value(
&self,
Expand Down

0 comments on commit a9f16e8

Please sign in to comment.