Open
Conversation
…umn_null_to_default Handle NULLs in ALTER MODIFY COLUMN
Fix sparse column aggregation with sum() and timeseries
Crash in IN function where columns have different types and many columns are involved
…with_filter Optimize ReplacingMergeTree is_deleted FINAL queries by adding a filter expression transform
Fix assert failure in SimpleSquashingChunksTransform
Crash with old analyzer if JOIN and duplicated aliases
Multi auth methods
Fix sparse columns aggregation for any overflow mode
…rt-65164-ecs Revert "Revert "Fix AWS ECS""
…bled-send-profile-events Fix crash with disabled `send_profile_events`
0a36d2f to
d946daa
Compare
Collaborator
|
This is an automated comment for commit e9f5832 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
|
24.8.14 Stable - Packaging and cicd fixes
Fix skip index not used for ALIAS columns when query plan expression merging is disabled
add_minmax_index_for_numeric_columns is unavailable on 24.8. Also, some lines in reference are different or missing.
24.8.14 Backport of ClickHouse#98960 - Fix skip index not used for ALIAS columns when query plan expression merging is disabled
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.
Changes compared to 24.8.14.10544 Altinity Stable
Backward Incompatible Changes
Critical Bug Fixes
send_profile_events. This feature was introduced recently for the ClickHouse Python driver (Fix crash with disabledsend_profile_eventsClickHouse/ClickHouse#94466 by @alexey-milovidov via 24.8.14 Stable Backport of #94466: Fix crash with disabledsend_profile_events#1515)Bug Fixes (user-visible misbehavior in an official stable release)
sumand timeseries whengroup_by_overflow_modeis set toany(Fix sparse column aggregation with sum() and timeseries ClickHouse/ClickHouse#95301 by @mkmkme via 24.8.14 Backport of #95301: Fix sparse column aggregation with sum() and timeseries #1372)group_by_overflow_modeis set toany(Fix sparse columns aggregation for any overflow mode ClickHouse/ClickHouse#88440 by @korowa via 24.8.14 Backport of #88440 - Fix sparse columns aggregation for any overflow mode #1389)SimpleSquashingChunksTransformthat occurred in rare cases when processing sparse columns (Fix assert failure in SimpleSquashingChunksTransform ClickHouse/ClickHouse#72226 by @vdimir via 24.8.14 Stable Backport of #72226: Fix assert failure in SimpleSquashingChunksTransform #1399)Performance Improvements
FINALclause on aReplacingMergeTreetable with theis_deletedcolumn now executes faster because of improved parallelization (Optimize ReplacingMergeTree is_deleted FINAL queries by adding a filter expression transform ClickHouse/ClickHouse#88090 by @shankar-iyer via 24.8.14 Backport of #88090: Optimize ReplacingMergeTree is_deleted FINAL queries by adding a filter expression transform #1373)Improvements
Build/Testing/Packaging Improvement