mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
1.1 KiB
1.1 KiB
ClickHouse release v22.4.4.7-stable FIXME as compared to v22.4.3.3-stable
Bug Fix (user-visible misbehaviour in official stable or prestable release)
- Backported in #36524: Queries with aliases inside special operators returned parsing error (was broken in 22.1). Example:
SELECT substring('test' AS t, 1, 1)
. #36167 (Maksim Kita). - Backported in #36582: Fix nullptr dereference in JOIN and COLUMNS matcher. This fixes #36416 . This is for https://github.com/ClickHouse/ClickHouse/pull/36417. #36430 (Amos Bird).
- Backported in #36673: Fix merges of wide parts with type
Object
. #36637 (Anton Popov).