mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
4.9 KiB
4.9 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2022 |
2022 Changelog
ClickHouse release v22.6.4.35-stable (b9202cae6f
) FIXME as compared to v22.6.3.35-stable (d5566f2f2d
)
Build/Testing/Packaging Improvement
- Backported in #38822: - Change
all|noarch
packages to architecture-dependent - Fix some documentation for it - Push aarch64|arm64 packages to artifactory and release assets - Fixes #36443. #38580 (Mikhail f. Shiryaev).
Bug Fix (user-visible misbehavior in official stable release)
- Backported in #38242: Fix possible crash in
Distributed
async insert in case of removing a replica from config. #38029 (Nikolai Kochetov). - Backported in #38865: Fix s3 seekable reads with parallel read buffer. (Affected memory usage during query). Closes #38258. #38802 (Kseniia Sumarokova).
- Backported in #38853: Update
simdjson
. This fixes #38621. #38838 (Alexey Milovidov). - Backported in #38942: - Fix settings profile with seconds unit. #38896 (Raúl Marín).
- Backported in #39063: Any allocations inside OvercommitTracker may lead to deadlock. Logging was not very informative so it's easier just to remove logging. Fixes #37794. #39030 (Dmitry Novik).
- Backported in #39077: Fix bug in filesystem cache that could happen in some corner case which coincided with cache capacity hitting the limit. Closes #39066. #39070 (Kseniia Sumarokova).
- Backported in #39151: Fix error
Block structure mismatch
which could happen for INSERT into table with attached MATERIALIZED VIEW and enabled settingextremes = 1
. Closes #29759 and #38729. #39125 (Nikolai Kochetov). - Backported in #39275: Fixed error
Not found column Type in block
in selects withPREWHERE
and read-in-order optimizations. #39157 (Yakov Olkhovskiy). - Backported in #39371: Declare RabbitMQ queue without default arguments
x-max-length
andx-overflow
. #39259 (rnbondarenko). - Backported in #39352: Fix incorrect fetch postgresql tables query fro PostgreSQL database engine. Closes #33502. #39283 (Kseniia Sumarokova).
NO CL CATEGORY
- Backported in #38685:. #38449 (Maksim Kita).
NOT FOR CHANGELOG / INSIGNIFICANT
- Use native Map type for OpenTelemetry attributes #38814 (Ilya Yatsishin).
- Retry docker buildx commands with progressive sleep in between #38898 (Mikhail f. Shiryaev).
- Add docker_server.py running to backport and release CIs #39011 (Mikhail f. Shiryaev).
- Fix meilisearch tests #39110 (Kseniia Sumarokova).