Skip to content

Fixed unexpected behaviour of Interval types with subquery and casting#43193

Merged
davenger merged 2 commits intoClickHouse:masterfrom
jh0x:fix-25785-interval-cast
Nov 14, 2022
Merged

Fixed unexpected behaviour of Interval types with subquery and casting#43193
davenger merged 2 commits intoClickHouse:masterfrom
jh0x:fix-25785-interval-cast

Conversation

@jh0x
Copy link
Copy Markdown
Contributor

@jh0x jh0x commented Nov 12, 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):

Fixed unexpected behaviour of Interval types with subquery and casting

Fixes #25785

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

@robot-ch-test-poll robot-ch-test-poll added the pr-improvement Pull request with some product improvements label Nov 12, 2022
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Nov 12, 2022

CLA assistant check
All committers have signed the CLA.

@davenger davenger self-assigned this Nov 12, 2022
@davenger davenger added the can be tested Allows running workflows for external contributors label Nov 12, 2022
@robot-ch-test-poll robot-ch-test-poll added pr-bugfix Pull request with bugfix, not backported by default and removed pr-improvement Pull request with some product improvements labels Nov 12, 2022
@davenger davenger added can be tested Allows running workflows for external contributors and removed can be tested Allows running workflows for external contributors labels Nov 13, 2022
@davenger davenger merged commit d885b3c into ClickHouse:master Nov 14, 2022
@jh0x jh0x deleted the fix-25785-interval-cast branch November 14, 2022 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

can be tested Allows running workflows for external contributors pr-bugfix Pull request with bugfix, not backported by default

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Interval data type is not passed correctly from subquery

4 participants