mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
2.4 KiB
2.4 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v22.3.20.29-lts (297b4dd5e5
) FIXME as compared to v22.3.19.6-lts (467e0a7bd7
)
Improvement
- Backported in #46979: 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 (user-visible misbehavior in an official stable release)
- Fix incorrect alias recursion in QueryNormalizer #46609 (Raúl Marín).
- Fix arithmetic operations in aggregate optimization #46705 (Duc Canh Le).
- Fix MSan report in
maxIntersections
function #46847 (Alexey Milovidov). - Fix wrong results of some LIKE searches when the LIKE pattern contains quoted non-quotable characters #46875 (Robert Schulze).
- Fix possible deadlock in QueryStatus #47161 (Kruglov Pavel).
NOT FOR CHANGELOG / INSIGNIFICANT
- Update typing for a new PyGithub version #47123 (Mikhail f. Shiryaev).
- Add a manual trigger for release workflow #47302 (Mikhail f. Shiryaev).
- Add a fuse for backport branches w/o a created PR #47760 (Mikhail f. Shiryaev).
- Only valid Reviews.STATES overwrite existing reviews #47789 (Mikhail f. Shiryaev).
- Place short return before big block, improve logging #47822 (Mikhail f. Shiryaev).
- Fix tsan error lock-order-inversion #47953 (Kruglov Pavel).