Skip to content

Commit 48c57ce

Browse files
authored
statistics: rename queue files for consistency (#56732)
ref #55906
1 parent ba5823b commit 48c57ce

File tree

7 files changed

+759
-822
lines changed

7 files changed

+759
-822
lines changed

pkg/statistics/handle/autoanalyze/priorityqueue/BUILD.bazel

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ go_library(
1010
"job.go",
1111
"non_partitioned_table_analysis_job.go",
1212
"queue.go",
13-
"queue_v2.go",
14-
"queue_v2_ddl_handler.go",
13+
"queue_ddl_handler.go",
1514
"static_partitioned_table_analysis_job.go",
1615
],
1716
importpath = "github.com/pingcap/tidb/pkg/statistics/handle/autoanalyze/priorityqueue",
@@ -50,8 +49,8 @@ go_test(
5049
"job_test.go",
5150
"main_test.go",
5251
"non_partitioned_table_analysis_job_test.go",
53-
"queue_v2_ddl_handler_test.go",
54-
"queue_v2_test.go",
52+
"queue_ddl_handler_test.go",
53+
"queue_test.go",
5554
"static_partitioned_table_analysis_job_test.go",
5655
],
5756
flaky = True,

0 commit comments

Comments
 (0)