mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
4.3 KiB
4.3 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2022 |
2022 Changelog
ClickHouse release v22.6.3.35-stable (d5566f2f2d
) FIXME as compared to v22.6.2.12-stable (1fc97f10cb
)
Bug Fix
- Backported in #38812: Fix crash when executing GRANT ALL ON . with ON CLUSTER. It was broken in https://github.com/ClickHouse/ClickHouse/pull/35767. This closes #38618. #38674 (Vitaly Baranov).
Build/Testing/Packaging Improvement
- Backported in #38883: Add
clickhouse-diagnostics
binary to the packages. #38647 (Mikhail f. Shiryaev).
Bug Fix (user-visible misbehavior in official stable release)
- Backported in #38690: Fix incorrect columns order in subqueries of UNION (in case of duplicated columns in subselects may produce incorrect result). #37887 (Azat Khuzhin).
- Backported in #38500: Do not allow recursive usage of OvercommitTracker during logging. Fixes #37794 cc @tavplubix @davenger. #38246 (Dmitry Novik).
- Backported in #38712: Fix incorrect result of distributed queries with
DISTINCT
andLIMIT
. Fixes #38282. #38371 (Anton Popov). - Backported in #38594: Fix parts removal (will be left forever if they had not been removed on server shutdown) after incorrect server shutdown. #38486 (Azat Khuzhin).
- Backported in #38597: Fix table creation to avoid replication issues with pre-22.4 replicas. #38541 (Raúl Marín).
- Backported in #38687: 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 #38665: Adapt some more nodes to avoid issues with pre-22.4 replicas. #38627 (Raúl Marín).
- Backported in #38778:
rankCorr
function will work correctly if some arguments are NaNs. This closes #38396. #38722 (Alexey Milovidov). - Backported in #38782: Fix use-after-free for Map combinator that leads to incorrect result. #38748 (Azat Khuzhin).
NOT FOR CHANGELOG / INSIGNIFICANT
- Fix test for system table count in diag tool #38236 (Dale McDiarmid).
- Integration tests volume #38291 (Mikhail f. Shiryaev).
- Update docker-compose to try get rid of v1 errors #38394 (Mikhail f. Shiryaev).
- Fix backports diff #38703 (Mikhail f. Shiryaev).