Skip to content

branch-2.1: [fix](information_schema) fix backend_active_tasks table only return one backend's data #50721 - #50736

Closed
github-actions[bot] wants to merge 1 commit into
branch-2.1from
auto-pick-50721-branch-2.1
Closed

branch-2.1: [fix](information_schema) fix backend_active_tasks table only return one backend's data #50721#50736
github-actions[bot] wants to merge 1 commit into
branch-2.1from
auto-pick-50721-branch-2.1

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Cherry-picked from #50721

…one backend's data (#50721)
fix backend_active_tasks table only return one backend's data, for
example:
```sql
select sum(SCAN_ROWS), sum(SCAN_BYTES)
from backend_active_tasks where QUERY_ID = 'd299cb2156ef4870-aea578938f703503'
```
the root cause is: the partition column `be_id` has be pruned, and can
not get scan ranges from multiple backends, this bug is introduced by #11266
@github-actions
github-actionsBot requested a review from yiguolei as a code ownerMay 9, 2025 03:32
@yiguolei

Copy link
Copy Markdown
Contributor

run buildall

@yiguoleiyiguolei closed this May 9, 2025
@morningman
morningman deleted the auto-pick-50721-branch-2.1 branch July 8, 2026 14:32
Sign up for freeto 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

@yiguolei@924060929