Skip to content

Fix function if in case of NULL and const Nullable arguments#43178

Merged
Avogar merged 1 commit intoClickHouse:masterfrom
Avogar:fix-if
Nov 14, 2022
Merged

Fix function if in case of NULL and const Nullable arguments#43178
Avogar merged 1 commit intoClickHouse:masterfrom
Avogar:fix-if

Conversation

@Avogar
Copy link
Copy Markdown
Member

@Avogar Avogar commented Nov 11, 2022

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 function if in case of NULL and const Nullable arguments. Closes #43069

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

@robot-ch-test-poll2 robot-ch-test-poll2 added the pr-bugfix Pull request with bugfix, not backported by default label Nov 11, 2022
@evillique evillique self-assigned this Nov 11, 2022
@Avogar
Copy link
Copy Markdown
Member Author

Avogar commented Nov 14, 2022

AST fuzzer (asan) - #42819

@Avogar Avogar merged commit 48e6d39 into ClickHouse:master Nov 14, 2022
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.

if function fails when one argument is NULL and the second is const Nullable

3 participants