Skip to content

Conversation

@sollhui
Copy link
Contributor

@sollhui sollhui commented Dec 1, 2025

picked from #58003

…ollup/MV (apache#58003)

Create a rollup:
```
ALTER TABLE mow_table ADD ROLLUP rollup1(event_date, event_time, user_id, country, update_time)
```

update table after create rollup with column(city) do not exist in
rollup:
```
UPDATE mow_table SET city = "beijing" WHERE user_id = 2000
```

BE node will core dump(apache#57934 avoid
core dump, but still always fail)
@sollhui sollhui requested a review from morrySnow as a code owner December 1, 2025 03:53
@Thearas
Copy link
Contributor

Thearas commented Dec 1, 2025

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?

@sollhui
Copy link
Contributor Author

sollhui commented Dec 1, 2025

run buildall

@morrySnow morrySnow changed the title branch-3.1: [fix](partial update) fix partial update always failed after create rollup/MV (#58003) branch-3.1: [fix](partial update) fix partial update always failed after create rollup/MV #58003 Dec 2, 2025
@morrySnow morrySnow merged commit 7f3ca49 into apache:branch-3.1 Dec 2, 2025
21 of 22 checks passed
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.

3 participants