Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <[email protected]>
  • Loading branch information
xhebox committed Dec 20, 2024
1 parent f9ee036 commit a1ca48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/workloadrepo/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (w *worker) createAllTables(ctx context.Context) error {
return createAllPartitions(ctx, sess, is)
}

// checkTablesExists will check if all tables are created and if the work is bootstrapped. It is internal and exported for tests only.
// checkTablesExists will check if all tables are created and if the work is bootstrapped.
func (w *worker) checkTablesExists(ctx context.Context) bool {
_sessctx := w.getSessionWithRetry()
sess := _sessctx.(sessionctx.Context)
Expand Down

0 comments on commit a1ca48d

Please sign in to comment.