diff --git a/pkg/statistics/handle/usage/predicate_column_test.go b/pkg/statistics/handle/usage/predicate_column_test.go index 24d0731ca3858..42c8fb426d768 100644 --- a/pkg/statistics/handle/usage/predicate_column_test.go +++ b/pkg/statistics/handle/usage/predicate_column_test.go @@ -268,6 +268,6 @@ func TestAnalyzeWithNoPredicateColumnsAndNoIndexes(t *testing.T) { tk.MustExec("analyze table t") // FIXME: We should correct the job info or skip this kind of job. tk.MustQuery("select table_name, job_info from mysql.analyze_jobs order by id desc limit 1").Check( - testkit.Rows("t analyze table columns with 256 buckets, 100 topn, 1 samplerate]"), + testkit.Rows("t analyze table columns with 256 buckets, 100 topn, 1 samplerate"), ) }