Skip to content

Fix LOGICAL_ERROR for join_use_nulls=1 when JOIN contains const from SELECT#20461

Merged
alexey-milovidov merged 2 commits intoClickHouse:masterfrom
azat:join_use_nulls-logical-error-fix
Feb 14, 2021
Merged

Fix LOGICAL_ERROR for join_use_nulls=1 when JOIN contains const from SELECT#20461
alexey-milovidov merged 2 commits intoClickHouse:masterfrom
azat:join_use_nulls-logical-error-fix

Conversation

@azat
Copy link
Copy Markdown
Member

@azat azat commented Feb 13, 2021

Changelog category (leave one):

  • Bug Fix

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix LOGICAL_ERROR for join_use_nulls=1 when JOIN contains const from SELECT

Cc: @4ertus2
Fixes: #20366

@robot-clickhouse robot-clickhouse added the pr-bugfix Pull request with bugfix, not backported by default label Feb 13, 2021
@azat azat marked this pull request as draft February 13, 2021 08:06
@azat azat marked this pull request as ready for review February 13, 2021 17:29
@alexey-milovidov alexey-milovidov self-assigned this Feb 14, 2021
@alexey-milovidov alexey-milovidov merged commit 8be8746 into ClickHouse:master Feb 14, 2021
@azat azat deleted the join_use_nulls-logical-error-fix branch February 14, 2021 20:37
robot-clickhouse pushed a commit that referenced this pull request Feb 14, 2021
robot-clickhouse pushed a commit that referenced this pull request Feb 14, 2021
robot-clickhouse pushed a commit that referenced this pull request Feb 14, 2021
alexey-milovidov added a commit that referenced this pull request Feb 15, 2021
Backport #20461 to 21.2: Fix LOGICAL_ERROR for join_use_nulls=1 when JOIN contains const from SELECT
alexey-milovidov added a commit that referenced this pull request Feb 15, 2021
Backport #20461 to 21.1: Fix LOGICAL_ERROR for join_use_nulls=1 when JOIN contains const from SELECT
alexey-milovidov added a commit that referenced this pull request Feb 15, 2021
Backport #20461 to 20.12: Fix LOGICAL_ERROR for join_use_nulls=1 when JOIN contains const from SELECT
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.

Logical error: 'Arguments of 'minus' have incorrect data types: '1' of type 'UInt8', '1' of type 'UInt8''.

3 participants