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 possible logical error in values table function #37754

Merged
merged 1 commit into from
Jun 2, 2022

Conversation

Avogar
Copy link
Member

@Avogar Avogar commented Jun 1, 2022

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in official stable or prestable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Fix possible logical error: Invalid Field get from type UInt64 to type Float64 in values table function. Closes #37602

Information about CI checks: https://clickhouse.com/docs/en/development/continuous-integration/

@robot-clickhouse robot-clickhouse added the pr-bugfix Pull request with bugfix, not backported by default label Jun 1, 2022
@kssenii kssenii self-assigned this Jun 1, 2022
@kssenii kssenii merged commit 9f0ebb4 into ClickHouse:master Jun 2, 2022
@Avogar Avogar deleted the fix-values-func branch July 4, 2022 13:58
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: Invalid Field get from type UInt64 to type Float64
3 participants