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

Fix segment pruning that can break server subquery #9090

Merged
merged 1 commit into from
Jul 22, 2022

Conversation

Jackie-Jiang
Copy link
Contributor

#8790 reduces the overhead of segment pruning by reusing the segment list. Currently server will re-use the segment list when executing subquery, which will break if the segment list is modified. This PR fixes the issue by making a clone of the segment list when executing the subquery.

@Jackie-Jiang Jackie-Jiang merged commit f70c38b into apache:master Jul 22, 2022
@Jackie-Jiang Jackie-Jiang deleted the fix_subquery branch July 22, 2022 18:26
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.

3 participants