Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <[email protected]>
  • Loading branch information
xhebox committed Dec 31, 2024
1 parent 971288a commit 428b015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/workloadrepo/sampling.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (w *worker) samplingTable(ctx context.Context, rt *repositoryTable) {
}

if _, err := runQuery(ctx, sess, rt.insertStmt, w.instanceID); err != nil {
//logutil.BgLogger().Info("workload repository sampling failed: could not run insert statement", zap.String("tbl", rt.destTable), zap.NamedError("err", err))
logutil.BgLogger().Info("workload repository sampling failed: could not run insert statement", zap.String("tbl", rt.destTable), zap.NamedError("err", err))
}
}

Expand Down

0 comments on commit 428b015

Please sign in to comment.