mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
5.6 KiB
5.6 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v23.10.6.60-stable (68907bbe64
) FIXME as compared to v23.10.5.20-stable (e84001e5c6
)
Improvement
- Backported in #58493: Fix transfer query to MySQL compatible query. Fixes #57253. Fixes #52654. Fixes #56729. #56456 (flynn).
- Backported in #57659: Handle sigabrt case when getting PostgreSQl table structure with empty array. #57618 (Mike Kot (Михаил Кот)).
Build/Testing/Packaging Improvement
- Backported in #57586: Fix issue caught in https://github.com/docker-library/official-images/pull/15846. #57571 (Mikhail f. Shiryaev).
Bug Fix (user-visible misbehavior in an official stable release)
- Flatten only true Nested type if flatten_nested=1, not all Array(Tuple) #56132 (Kruglov Pavel).
- Fix ALTER COLUMN with ALIAS #56493 (Nikolay Degterinsky).
- Prevent incompatible ALTER of projection columns #56948 (Amos Bird).
- Fix segfault after ALTER UPDATE with Nullable MATERIALIZED column #57147 (Nikolay Degterinsky).
- Fix incorrect JOIN plan optimization with partially materialized normal projection #57196 (Amos Bird).
- Fix
ReadonlyReplica
metric for all cases #57267 (Antonio Andelic). - Background merges correctly use temporary data storage in the cache #57275 (vdimir).
- MergeTree mutations reuse source part index granularity #57352 (Maksim Kita).
- Fix function jsonMergePatch for partially const columns #57379 (Nikolay Degterinsky).
- Fix working with read buffers in StreamingFormatExecutor #57438 (Kruglov Pavel).
- bugfix: correctly parse SYSTEM STOP LISTEN TCP SECURE #57483 (joelynch).
- Ignore ON CLUSTER clause in grant/revoke queries for management of replicated access entities. #57538 (MikhailBurdukov).
- Disable system.kafka_consumers by default (due to possible live memory leak) #57822 (Azat Khuzhin).
- Fix invalid memory access in BLAKE3 (Rust) #57876 (Raúl Marín).
- Normalize function names in CREATE INDEX #57906 (Alexander Tokmakov).
- Fix invalid preprocessing on Keeper #58069 (Antonio Andelic).
- Fix Integer overflow in Poco::UTF32Encoding #58073 (Andrey Fedotov).
- Remove parallel parsing for JSONCompactEachRow #58181 (Alexey Milovidov).
- Fix parallel parsing for JSONCompactEachRow #58250 (Kruglov Pavel).
- Fix lost blobs after dropping a replica with broken detached parts #58333 (Alexander Tokmakov).
- MergeTreePrefetchedReadPool disable for LIMIT only queries #58505 (Maksim Kita).
NO CL CATEGORY
- Backported in #57916:. #57909 (Alexey Milovidov).
NOT FOR CHANGELOG / INSIGNIFICANT
- Pin alpine version of integration tests helper container #57669 (Mikhail f. Shiryaev).
- Remove heavy rust stable toolchain #57905 (Mikhail f. Shiryaev).
- Fix docker image for integration tests (fixes CI) #57952 (Azat Khuzhin).
- Fix test_user_valid_until #58409 (Nikolay Degterinsky).