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 ALTER UPDATE of empty Nested columns #46387

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

CurtizJ
Copy link
Member

@CurtizJ CurtizJ commented Feb 14, 2023

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in official stable or prestable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Fix queries like ALTER TABLE ... UPDATE nested.arr1 = nested.arr2 ..., where arr1 and arr2 are fields of the same Nested column.

Fixes #46345.

@robot-ch-test-poll4 robot-ch-test-poll4 added the pr-bugfix Pull request with bugfix, not backported by default label Feb 14, 2023
@antonio2368 antonio2368 self-assigned this Feb 14, 2023
@CurtizJ CurtizJ merged commit ecc6ff7 into ClickHouse:master Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix Pull request with bugfix, not backported by default
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CORRUPTED_DATA after ALTER TABLE UPDATE on nested data structure.
3 participants