forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 9
23.8.8 Pre-release #332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
23.8.8 Pre-release #332
Conversation
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
23.8.4 Make builds and tests possible on Altinity's infra
…stomizations/23.8.5
Collaborator
|
This is an automated comment for commit 193c1f9 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page Successful checks
|
via 'runner_type' input for 'reusable_build.yml' and 'reusable_tests.yml This is required to choose correct runner by tag in Altinity's infrastructure
23.8 Integration retries with no parallelism
23.8 Docker push server and keeper test images
23.8.8 Regression
Fix incorrect free space accounting for least_used JBOD policy
…rge_engine Fix key analysis (with set) for `Merge` engine
Fix FINAL produces invalid read ranges in a rare case
…ncorrect_free_space_accounting 23.8 Backport of ClickHouse#56030 - Fix incorrect free space accounting for least_used JBOD policy
Backport ClickHouse#56493 to 23.8: Fix ALTER COLUMN with ALIAS
…alysis_with_set_for_Merge_engine 23.8 Backport of ClickHouse#54905 - Fix key analysis (with set) for `Merge` engine
…olumn_with_alias 23.8 Backport of ClickHouse#57395 - Fix `ALTER COLUMN` with `ALIAS`
…produces_invalid_read_ranges 23.8 Backport of ClickHouse#54934 - Fix FINAL produces invalid read ranges in a rare case
Disable system.kafka_consumers by default (due to possible live memory leak)
…tem_kafka_consumers_table 23.8 Backport of ClickHouse#57822 - Disable `system.kafka_consumers` by default
Fix partition pruning of extra columns in set.
…ion_pruning_of_extra_columns_in_set 23.8 Backport of ClickHouse#55172 - Fix partition pruning of extra columns in set
23.8 Using 'gh-data' instead of 'default' for CI/CD events reporting
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.
Bug fixes
FINAL. Resulted inCannot read out of marks rangeexception. (FixFINALproduces invalid read ranges in a rare case ClickHouse/ClickHouse#54934 by @nickitat via 23.8 Backport of #54934 - Fix FINAL produces invalid read ranges in a rare case #343)NO_SUCH_COLUMN_IN_TABLEexception. (Backport #56493 to 23.8: Fix ALTER COLUMN with ALIAS ClickHouse/ClickHouse#57395 by @evillique via 23.8 Backport of #57395 - FixALTER COLUMNwithALIAS#345)system.kafka_consumersby default (due to possible live memory leak) (Disable system.kafka_consumers by default (due to possible live memory leak) ClickHouse/ClickHouse#57822 by @azat via 23.8 Backport of #57822 - Disablesystem.kafka_consumersby default #346)Performance improvements
IN(...)condition forMergetable engine. (Fix key analysis (with set) forMergeengine ClickHouse/ClickHouse#54905 by @nickitat via 23.8 Backport of #54905 - Fix key analysis (with set) forMergeengine #341)Build/Testing/Packaging Improvement
clickhouse-regressiontest suite (23.8.8 Regression #338 by @MyroTk)