Skip to content

Commit

Permalink
planner: fix use wrong join type
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <[email protected]>
  • Loading branch information
hawkingrei committed Dec 27, 2024
1 parent fb6904f commit 0bd2d68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pkg/executor/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ go_library(
"//pkg/executor/internal/util",
"//pkg/executor/internal/vecgroupchecker",
"//pkg/executor/join",
"//pkg/executor/join/joinversion",
"//pkg/executor/lockstats",
"//pkg/executor/metrics",
"//pkg/executor/sortexec",
Expand Down
1 change: 0 additions & 1 deletion pkg/planner/core/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ go_library(
"//pkg/distsql",
"//pkg/domain",
"//pkg/errctx",
"//pkg/executor/join",
"//pkg/executor/join/joinversion",
"//pkg/expression",
"//pkg/expression/aggregation",
Expand Down

0 comments on commit 0bd2d68

Please sign in to comment.