Skip to content

Commit b71f6c3

Browse files
committed
bazel
1 parent 6568b32 commit b71f6c3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pkg/ddl/util/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ go_library(
1717
"//pkg/kv",
1818
"//pkg/meta/model",
1919
"//pkg/metrics",
20-
"//pkg/parser/model",
2120
"//pkg/parser/terror",
2221
"//pkg/sessionctx",
2322
"//pkg/sessionctx/variable",

pkg/ddl/util/schema_change_notifier.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
package util
1616

17-
import "github.com/pingcap/tidb/pkg/parser/model"
17+
import "github.com/pingcap/tidb/pkg/meta/model"
1818

1919
// SchemaChangeEvent stands for a schema change event. DDL will generate one event or multiple events (only for multi-schema change DDL).
2020
// The caller should check the Type field of SchemaChange and call the corresponding getter function to retrieve the needed information.

0 commit comments

Comments
 (0)