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

ExpressionJIT fix short-circuit with alias #29574

Merged

Conversation

kitaisreal
Copy link
Contributor

@kitaisreal kitaisreal commented Sep 30, 2021

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 JIT expression compilation with aliases and short-circuit expression evaluation. Closes #29403.

@robot-clickhouse robot-clickhouse added the pr-bugfix Pull request with bugfix, not backported by default label Sep 30, 2021
@novikd novikd self-assigned this Oct 1, 2021
src/Interpreters/ExpressionJIT.cpp Outdated Show resolved Hide resolved
@kitaisreal kitaisreal merged commit ad6d143 into ClickHouse:master Oct 1, 2021
kitaisreal added a commit that referenced this pull request Oct 2, 2021
Backport #29574 to 21.10: ExpressionJIT fix short-circuit with alias
kitaisreal added a commit that referenced this pull request Oct 2, 2021
Backport #29574 to 21.9: ExpressionJIT fix short-circuit with alias
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.

Column Function is not a contiguous block of memory
3 participants