Skip to content

Fix accurateCastOrNull/accurateCastOrDefault from String to JSON#86240

Merged
Avogar merged 1 commit intoClickHouse:masterfrom
Avogar:json-accurate-or-null
Sep 9, 2025
Merged

Fix accurateCastOrNull/accurateCastOrDefault from String to JSON#86240
Avogar merged 1 commit intoClickHouse:masterfrom
Avogar:json-accurate-or-null

Conversation

@Avogar
Copy link
Copy Markdown
Member

@Avogar Avogar commented Aug 26, 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 into CHANGELOG.md):

Fix accurateCastOrNull/accurateCastOrDefault from String to JSON.

Closes #85226

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Aug 26, 2025

Workflow [PR], commit [72f91db]

Summary:

job_name test_name status info comment
Stateless tests (amd_ubsan, parallel) failure
00906_low_cardinality_cache FAIL

@clickhouse-gh clickhouse-gh bot added the pr-bugfix Pull request with bugfix, not backported by default label Aug 26, 2025
@antaljanosbenjamin antaljanosbenjamin self-assigned this Aug 27, 2025
@Avogar
Copy link
Copy Markdown
Member Author

Avogar commented Sep 4, 2025

Stateless tests (amd_ubsan, parallel) - test 00906_low_cardinality_cache fails with Estimated query execution time (627.30974 seconds) is too long. Maximum: 600. It's quite rare for this test (only 2 such falilures for last 90 days), so I won't create an issue for it for now.

@Avogar Avogar enabled auto-merge September 4, 2025 16:12
@Avogar Avogar added this pull request to the merge queue Sep 9, 2025
Merged via the queue into ClickHouse:master with commit 93011aa Sep 9, 2025
121 of 122 checks passed
@Avogar Avogar deleted the json-accurate-or-null branch September 9, 2025 18:58
@robot-ch-test-poll4 robot-ch-test-poll4 added the pr-synced-to-cloud The PR is synced to the cloud repo label Sep 9, 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.

accurateCastOr does not fully work for JSON

3 participants