Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Jul 27, 2023
1 parent 7d32f6a commit 5cd158c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions executor/internal/vecgroupchecker/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")

go_library(
name = "vecgroupchecker",
srcs = ["vecgroupchecker.go"],
srcs = ["vec_group_checker.go"],
importpath = "github.com/pingcap/tidb/executor/internal/vecgroupchecker",
visibility = ["//executor:__subpackages__"],
deps = [
Expand All @@ -17,7 +17,7 @@ go_library(
go_test(
name = "vecgroupchecker_test",
timeout = "short",
srcs = ["vecgroupchecker_test.go"],
srcs = ["vec_group_checker_test.go"],
embed = [":vecgroupchecker"],
flaky = True,
shard_count = 3,
Expand Down

0 comments on commit 5cd158c

Please sign in to comment.