Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yezizp2012 committed Feb 1, 2024
1 parent 241f8db commit b22af94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/src/controller/catalog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ impl CatalogController {
));
}
}
// FIXME: frontend will update index/primary table from cache, requires apply updates of indexs after tables.
// FIXME: frontend will update index/primary table from cache, requires apply updates of indexes after tables.
if !index_ids.is_empty() {
let index_objs = Index::find()
.find_also_related(Object)
Expand Down

0 comments on commit b22af94

Please sign in to comment.