Skip to content

Fix logical error during convertion of Dynamic type to Interval#78813

Merged
Avogar merged 2 commits intoClickHouse:masterfrom
Avogar:dynamic-interval-fix
Apr 14, 2025
Merged

Fix logical error during convertion of Dynamic type to Interval#78813
Avogar merged 2 commits intoClickHouse:masterfrom
Avogar:dynamic-interval-fix

Conversation

@Avogar
Copy link
Copy Markdown
Member

@Avogar Avogar commented Apr 7, 2025

Changelog category (leave one):

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

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

Fix logical error during convertion of Dynamic type to Interval.

Closes #75450

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Apr 7, 2025

Workflow [PR], commit [e2ed2e9]

@clickhouse-gh clickhouse-gh bot added the pr-bugfix Pull request with bugfix, not backported by default label Apr 7, 2025
@vdimir vdimir self-assigned this Apr 8, 2025
@Avogar Avogar enabled auto-merge April 14, 2025 11:40
@Avogar Avogar added this pull request to the merge queue Apr 14, 2025
Merged via the queue into ClickHouse:master with commit 7b43223 Apr 14, 2025
116 of 121 checks passed
@Avogar Avogar deleted the dynamic-interval-fix branch April 14, 2025 11:53
@robot-clickhouse robot-clickhouse added the pr-synced-to-cloud The PR is synced to the cloud repo label Apr 14, 2025
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 pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Logical error: '(isConst() || isSparse()) ? getDataType() == rhs.getDataType() : typeid(*this) == typeid(rhs)'

3 participants