Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: xufei <xufeixw@mail.ustc.edu.cn>
  • Loading branch information
windtalker committed Sep 14, 2024
1 parent 1346b06 commit 2128313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/executor/join/joinversion/join_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

const (
// HashJoinVersionLegacy means hash join v1
HashJoinVersionLegacy = "legacy"
HashJoinVersionLegacy = "legacy"
// HashJoinVersionOptimized means hash join v2
HashJoinVersionOptimized = "optimized"
)
Expand Down

0 comments on commit 2128313

Please sign in to comment.