Skip to content

Commit

Permalink
fix: convert english comments (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
gufengwyx8 committed Feb 7, 2024
1 parent 7698b75 commit aa7f09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/runtime/optimize/dal/show_open_tables.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func optimizeShowOpenTables(ctx context.Context, o *optimize.Optimizer) (proto.P
plans := make([]proto.Plan, 0, len(clusters))
for _, cluster := range clusters {
ns := namespace.Load(tenant, cluster)
// 配置里原子库 都需要执行一次
// check every group from namespace
groups := ns.DBGroups()
for i := 0; i < len(groups); i++ {
var ret *dal.ShowOpenTablesPlan
Expand Down

0 comments on commit aa7f09e

Please sign in to comment.