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 column matcher and column transformer #36430

Merged
merged 3 commits into from
Apr 24, 2022

Conversation

amosbird
Copy link
Collaborator

Changelog category (leave one):

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

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

Fix nullptr dereference in JOIN and COLUMNS matcher. This fixes #36416 . This is for
#36417

Information about CI checks: https://clickhouse.tech/docs/en/development/continuous-integration/

@robot-ch-test-poll1 robot-ch-test-poll1 added the pr-bugfix Pull request with bugfix, not backported by default label Apr 19, 2022
@alexey-milovidov alexey-milovidov added the pr-must-backport Pull request should be backported intentionally. Use this label with great care! label Apr 24, 2022
@alexey-milovidov alexey-milovidov self-assigned this Apr 24, 2022
@alexey-milovidov
Copy link
Member

Backward compatibility check: Fatal message in clickhouse-serve

As expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore pr-bugfix Pull request with bugfix, not backported by default pr-must-backport Pull request should be backported intentionally. Use this label with great care!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nullptr dereference in JOIN and COLUMNS matcher
4 participants