mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
3.7 KiB
3.7 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2022 |
2022 Changelog
ClickHouse release v22.3.8.39-lts (6bcf982f58
) FIXME as compared to v22.3.7.28-lts (420bdfa275
)
Build/Testing/Packaging Improvement
- Backported in #38826: - 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 #38453: Fix bug with nested short-circuit functions that led to execution of arguments even if condition is false. Closes #38040. #38173 (Kruglov Pavel).
- Backported in #38710: Fix incorrect result of distributed queries with
DISTINCT
andLIMIT
. Fixes #38282. #38371 (Anton Popov). - Backported in #38689: Now it's possible to start a clickhouse-server and attach/detach tables even for tables with the incorrect values of IPv4/IPv6 representation. Proper fix for issue #35156. #38590 (alesapin).
- Backported in #38776:
rankCorr
function will work correctly if some arguments are NaNs. This closes #38396. #38722 (Alexey Milovidov). - Backported in #38780: Fix use-after-free for Map combinator that leads to incorrect result. #38748 (Azat Khuzhin).
Bug Fix (user-visible misbehaviour in official stable release)
- Backported in #36818: Fix projection analysis which might lead to wrong query result when IN subquery is used. This fixes #35336. #35631 (Amos Bird).
- Backported in #38467: - Fix potential error with literals in
WHERE
for join queries. Close #36279. #36542 (Vladimir C).
NOT FOR CHANGELOG / INSIGNIFICANT
- Try to fix some trash #37303 (Alexander Tokmakov).
- Update docker-compose to try get rid of v1 errors #38394 (Mikhail f. Shiryaev).
- Trying backport useful features for CI #38510 (Mikhail f. Shiryaev).
- Fix backports diff #38703 (Mikhail f. Shiryaev).