Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Nov 20, 2023
1 parent 7498bb0 commit 9405b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/meta/src/barrier/recovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ impl GlobalBarrierManager {

let table_map = self
.fragment_manager
.get_table_id_actor_mapping(&creating_table_ids)
.get_table_id_stream_scan_actor_mapping(&creating_table_ids)
.await;
let table_fragment_map = self
.fragment_manager
Expand Down
2 changes: 1 addition & 1 deletion src/meta/src/manager/catalog/fragment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ impl FragmentManager {
/// The `table_ids` here should correspond to stream jobs.
/// We get their corresponding table fragment, and from there,
/// we get the actors that are in the table fragment.
pub async fn get_table_id_actor_mapping(
pub async fn get_table_id_stream_scan_actor_mapping(
&self,
table_ids: &[TableId],
) -> HashMap<TableId, Vec<ActorId>> {
Expand Down

0 comments on commit 9405b13

Please sign in to comment.