Skip to content

Fix decimal math overflow in parsing datetime with 'best effort' algorithm#43180

Merged
Avogar merged 1 commit intoClickHouse:masterfrom
Avogar:fix-parse-datetime-bet-effort
Nov 14, 2022
Merged

Fix decimal math overflow in parsing datetime with 'best effort' algorithm#43180
Avogar merged 1 commit intoClickHouse:masterfrom
Avogar:fix-parse-datetime-bet-effort

Conversation

@Avogar
Copy link
Copy Markdown
Member

@Avogar Avogar commented Nov 11, 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 decimal math overflow in parsing datetime with 'best effort' algorithm. Closes #43061

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

@robot-ch-test-poll1 robot-ch-test-poll1 added the pr-bugfix Pull request with bugfix, not backported by default label Nov 11, 2022
@evillique evillique self-assigned this Nov 11, 2022
@Avogar Avogar merged commit fd7753c into ClickHouse:master Nov 14, 2022
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.

Decimal math overflow instead of NULL in parseDateTime64BestEffortOrNull

3 participants