Skip to content

Conversation

@morningman
Copy link
Contributor

This bug is introduced by #3872.
It will cause some expected to be cancelled queries not being cancelled.

@morningman morningman added kind/fix Categorizes issue or PR as related to a bug. area/sql/execution Issues or PRs related to the execution engine labels Jun 23, 2020
Copy link
Member

@yangzhg yangzhg left a comment

Choose a reason for hiding this comment

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

LGTM

@morningman morningman added the approved Indicates a PR has been approved by one committer. label Jun 24, 2020
@@ -487,21 +487,22 @@ Status PlanFragmentExecutor::get_next_internal(RowBatch** batch) {
return Status::OK();
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Only rename status to new_status?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

See changes in line 497 if (_status.ok())

@morningman morningman merged commit 4a44c45 into apache:master Jun 25, 2020
morningman added a commit to morningman/doris that referenced this pull request Jun 28, 2020
This bug is introduced by apache#3872.
It will cause some expected to be cancelled queries not being cancelled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. area/sql/execution Issues or PRs related to the execution engine kind/fix Categorizes issue or PR as related to a bug.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants