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 LowCardinality(Nullable) to not-Nullable cast. #6119

Merged
merged 4 commits into from
Jul 24, 2019

Conversation

KochetovNicolai
Copy link
Member

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

For changelog. Remove if this is non-significant change.

Category (leave one):

  • Bug Fix

Short description (up to few sentences):
Fixed irrelevant exception in cast of LowCardinality(Nullable) to not-Nullable column in case if it doesn't contain Nulls (e.g. in query like SELECT CAST(CAST('Hello' AS LowCardinality(Nullable(String))) AS String). #6094

@KochetovNicolai KochetovNicolai added the pr-bugfix Pull request with bugfix, not backported by default label Jul 24, 2019
@KochetovNicolai KochetovNicolai merged commit ca17df3 into master Jul 24, 2019
akuzm pushed a commit that referenced this pull request Jul 26, 2019
Fix LowCardinality(Nullable) to not-Nullable cast.

(cherry picked from commit ca17df3)
akuzm pushed a commit that referenced this pull request Jul 26, 2019
Fix LowCardinality(Nullable) to not-Nullable cast.

(cherry picked from commit ca17df3)
akuzm added a commit that referenced this pull request Jul 28, 2019
Fix LowCardinality(Nullable) to not-Nullable cast.

(cherry picked from commit ca17df3)
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.

2 participants