Skip to content

Commit

Permalink
more refine
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 May 11, 2024
1 parent 8e46f8b commit 79ea024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/executor/join/hash_join_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ func (e *HashJoinV2Exec) fetchAndProbeHashTable(ctx context.Context) {
e.ProbeSideTupleFetcher.fetchProbeSideChunks(ctx, e.MaxChunkSize(), func() bool {
return e.ProbeSideTupleFetcher.hashTableContext.hashTable.isHashTableEmpty()
}, e.ProbeSideTupleFetcher.canSkipProbeIfHashTableIsEmpty, e.ProbeSideTupleFetcher.needScanRowTableAfterProbeDone,
e.ProbeSideTupleFetcher.needScanRowTableAfterProbeDone, &e.ProbeSideTupleFetcher.hashJoinCtxBase)
e.ProbeSideTupleFetcher.shouldLimitProbeFetchSize(), &e.ProbeSideTupleFetcher.hashJoinCtxBase)
}, e.ProbeSideTupleFetcher.handleProbeSideFetcherPanic)

for i := uint(0); i < e.Concurrency; i++ {
Expand Down

0 comments on commit 79ea024

Please sign in to comment.