Skip to content

Commit a187769

Browse files
committed
pkg/ddl: fix bazel test deps for add-index precheck
1 parent 29d3246 commit a187769

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/ddl/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ go_test(
359359
"//pkg/parser/mysql",
360360
"//pkg/parser/terror",
361361
"//pkg/parser/types",
362+
"//pkg/planner/util/rowsize",
362363
"//pkg/resourcemanager/pool/workerpool",
363364
"//pkg/server",
364365
"//pkg/session",
@@ -368,6 +369,7 @@ go_test(
368369
"//pkg/sessionctx/vardef",
369370
"//pkg/sessionctx/variable",
370371
"//pkg/sessiontxn",
372+
"//pkg/statistics",
371373
"//pkg/store/gcworker",
372374
"//pkg/store/helper",
373375
"//pkg/store/mockstore",

0 commit comments

Comments
 (0)