mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
2.5 KiB
2.5 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v22.8.15.23-lts (d36fa168bb
) FIXME as compared to v22.8.14.53-lts (4ea67c4007
)
Improvement
- Backported in #46981: - Apply
ALTER TABLE table_name ON CLUSTER cluster MOVE PARTITION|PART partition_expr TO DISK|VOLUME 'disk_name'
to all replicas. BecauseALTER TABLE t MOVE
is not replicated. #46402 (lizhuoyu5).
Bug Fix
- Backported in #47336: Sometimes after changing a role that could be not reflected on the access rights of a user who uses that role. This PR fixes that. #46772 (Vitaly Baranov).
Bug Fix (user-visible misbehavior in official stable release)
- Backported in #46901: - Fix incorrect alias recursion in QueryNormalizer. #46609 (Raúl Marín).
- Backported in #47156: - Fix arithmetic operations in aggregate optimization with
min
andmax
. #46705 (Duc Canh Le). - Backported in #46987: Fix result of LIKE predicates which translate to substring searches and contain quoted non-LIKE metacharacters. #46875 (Robert Schulze).
- Backported in #47357: Fix possible deadlock on distributed query cancellation. #47161 (Kruglov Pavel).
NOT FOR CHANGELOG / INSIGNIFICANT
- Reduce updates of Mergeable Check #46781 (Mikhail f. Shiryaev).
- Update typing for a new PyGithub version #47123 (Mikhail f. Shiryaev).
- Add a manual trigger for release workflow #47302 (Mikhail f. Shiryaev).