Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix for parallelization #321

Merged
merged 2 commits into from
Mar 1, 2021
Merged

Bug fix for parallelization #321

merged 2 commits into from
Mar 1, 2021

Conversation

zachmu
Copy link
Member

@zachmu zachmu commented Mar 1, 2021

We have been parallelizing Filter and Project nodes, but this is a problem for such nodes that contain a Subquery expression, since the query plan for that subquery may not tolerate parallelization. This fixes that bug and adds tests.

@zachmu zachmu requested a review from andy-wm-arthur March 1, 2021 18:28
Copy link
Contributor

@andy-wm-arthur andy-wm-arthur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@zachmu zachmu merged commit c8a395d into master Mar 1, 2021
@Hydrocharged Hydrocharged deleted the zachmu/windows branch December 8, 2021 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants