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 to assign wrong nullable property to dict column #1799

Merged
merged 1 commit into from
Dec 2, 2021
Merged

fix to assign wrong nullable property to dict column #1799

merged 1 commit into from
Dec 2, 2021

Conversation

dirtysalt
Copy link
Contributor

@dirtysalt dirtysalt commented Dec 2, 2021

ref: #1690

When generating plan fragment on dict decode node, the nullable property of dict column is always set to true, which is wrong.

We have to use the same value of nullable property of dict code column. The nullable property should be consistent always.

@dirtysalt dirtysalt merged commit 1bec5ca into StarRocks:main Dec 2, 2021
@dirtysalt dirtysalt deleted the fix-dict-column-null-prop branch December 2, 2021 13:29
caneGuy pushed a commit to caneGuy/starrocks that referenced this pull request Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants