mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
2.3 KiB
2.3 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2022 |
2022 Changelog
ClickHouse release v22.7.2.15-stable (f843089624
) FIXME as compared to v22.7.1.2484-stable (f4f05ec786
)
Bug Fix
- Backported in #39750: Fix seeking while reading from encrypted disk. This PR fixes #38381. #39687 (Vitaly Baranov).
Bug Fix (user-visible misbehavior in official stable or prestable release)
- Backported in #39591: Fix data race and possible heap-buffer-overflow in Avro format. Closes #39094 Closes #33652. #39498 (Kruglov Pavel).
- Backported in #39613: Fix bug with maxsplit argument for splitByChar, which was not working correctly. #39552 (filimonov).
- Backported in #39792: Fix wrong index analysis with tuples and operator
IN
, which could lead to wrong query result. #39752 (Anton Popov). - Backported in #39837: Fix
CANNOT_READ_ALL_DATA
exception withlocal_filesystem_read_method=pread_threadpool
. This bug affected only Linux kernel version 5.9 and 5.10 according to man. #39800 (Anton Popov).
NOT FOR CHANGELOG / INSIGNIFICANT
- Replace MemoryTrackerBlockerInThread to LockMemoryExceptionInThread #39619 (Nikolai Kochetov).
- Change mysql-odbc url #39702 (Mikhail f. Shiryaev).