Skip to content

Conversation

@xingchaozh
Copy link
Contributor

@xingchaozh xingchaozh commented Sep 19, 2022

What changes were proposed in this pull request?

Currently, the defaultJoin method in BroadcastNestedLoopJoinExec collects notMatchedBroadcastRows firstly, then collects matchedStreamRows. The two steps could run in parallel instead of serial.

Why are the changes needed?

Make defaultJoin in BroadcastNestedLoopJoinExec running in parallel.

Does this PR introduce any user-facing change?

NO.

How was this patch tested?

UT.

@github-actions github-actions bot added the SQL label Sep 19, 2022
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@wangyum
Copy link
Member

wangyum commented Sep 20, 2022

@cloud-fan @c21

@cloud-fan
Copy link
Contributor

makes sense, also cc @maryannxue @somani

@wangyum wangyum closed this in db51ec6 Sep 22, 2022
@wangyum
Copy link
Member

wangyum commented Sep 22, 2022

Merged to master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants