Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
XuHuaiyu committed Dec 12, 2023
1 parent ab38426 commit cb79e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/executor/index_lookup_hash_join.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func (e *IndexNestedLoopHashJoin) getResultFromChannel(ctx context.Context, resu
return result, nil
}

func (e *IndexNestedLoopHashJoin) handleResult(ctx context.Context, req *chunk.Chunk, result *indexHashJoinResult) error {
func (*IndexNestedLoopHashJoin) handleResult(ctx context.Context, req *chunk.Chunk, result *indexHashJoinResult) error {
if result == nil {
return nil
}
Expand Down

0 comments on commit cb79e95

Please sign in to comment.