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

Bug fix: Tuple cast to Map #21120

Merged
merged 1 commit into from Feb 24, 2021
Merged

Conversation

hexiaoting
Copy link
Contributor

@hexiaoting hexiaoting commented Feb 24, 2021

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Bug Fix

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
fix bug related to cast tuple to map. Closes #21029.

@robot-clickhouse robot-clickhouse added the pr-bugfix Pull request with bugfix, not backported by default label Feb 24, 2021
@kitaisreal kitaisreal self-assigned this Feb 24, 2021
@kitaisreal kitaisreal merged commit 395526c into ClickHouse:master Feb 24, 2021
@hexiaoting hexiaoting deleted the dev-map-bug branch March 9, 2021 08:47
kitaisreal added a commit that referenced this pull request Mar 13, 2021
Backport #21120 to 21.1: Bug fix: Tuple cast to Map
kitaisreal added a commit that referenced this pull request Mar 13, 2021
Backport #21120 to 21.2: Bug fix: Tuple cast to Map
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.

Map Type: casting Tuple(Array(String),Array(String)) to Map(UInt8, String) returns random values for keys
3 participants