Skip to content

branch-4.0: (fix)(nerieds) fix union all with tvf throw exception #57889#57984

Merged
yiguolei merged 1 commit intobranch-4.0from
auto-pick-57889-branch-4.0
Nov 13, 2025
Merged

branch-4.0: (fix)(nerieds) fix union all with tvf throw exception #57889#57984
yiguolei merged 1 commit intobranch-4.0from
auto-pick-57889-branch-4.0

Conversation

@github-actions
Copy link
Contributor

Cherry-picked from #57889

fix union all with tvf throw exception
```sql
mysql> select * from backends() union all select * from backends();
ERROR 1105 (HY000): errCode = 2, detailMessage = Cannot generate unassignedJob for fragment has both OlapScanNode and Other ScanNode
```
@github-actions github-actions bot requested a review from yiguolei as a code owner November 13, 2025 07:49
@hello-stephen
Copy link
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@dataroaring dataroaring reopened this Nov 13, 2025
@hello-stephen
Copy link
Contributor

run buildall

@yiguolei yiguolei merged commit abd4dbe into branch-4.0 Nov 13, 2025
25 of 27 checks passed
@github-actions github-actions bot deleted the auto-pick-57889-branch-4.0 branch November 13, 2025 14:07
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.

4 participants

Comments