Accept string values for allow_experimental_analyzer/enable_analyzer#86109
Merged
azat merged 1 commit intoClickHouse:masterfrom Aug 25, 2025
Merged
Accept string values for allow_experimental_analyzer/enable_analyzer#86109azat merged 1 commit intoClickHouse:masterfrom
azat merged 1 commit intoClickHouse:masterfrom
Conversation
Contributor
|
Workflow [PR], commit [3351274] Summary: ❌
|
tuanpach
reviewed
Aug 25, 2025
9583a58 to
5f8dfe1
Compare
tuanpach
approved these changes
Aug 25, 2025
Member
Author
@maxknv what was the precondition? can you PTAL? |
All settings can be passed as strings except for this one, due to manual check in the code, which leads to "Bad get: has String, requested UInt64." before this patch.
5f8dfe1 to
3351274
Compare
Member
That's normal. Multiple jobs are updating the overall CI report concurrently. |
Member
Author
|
But it fails CI, let's add retries at least? |
Member
Author
|
CI issues are known |
Merged
via the queue into
ClickHouse:master
with commit Aug 25, 2025
469f638
120 of 122 checks passed
Member
This is the reason for the job error: I have an issue to fix the timeout handling to make this error visible #85444 |
Member
Author
|
@maxknv thank you. Let's maybe increase timeout for LTO builds temporary (to i.e. 3h) ? |
azat
added a commit
to azat/chdig
that referenced
this pull request
Nov 27, 2025
Otherwise you cannot change allow_experimental_analyzer in some versions, it has been fixed only in [1] [1]: ClickHouse/ClickHouse#86109
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All settings can be passed as strings except for this one, due to manual check in the code, which leads to "Bad get: has String, requested UInt64." before this patch.
Changelog category (leave one):
Fixes: azat/chdig#146