mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
3.2 KiB
3.2 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v23.1.5.24-stable (0e51b53ba9
) FIXME as compared to v23.1.4.58-stable (9ed562163a
)
Build/Testing/Packaging Improvement
- Backported in #47060: Fix error during server startup on old distros (e.g. Amazon Linux 2) and on ARM that glibc 2.28 symbols are not found. #47008 (Robert Schulze).
Bug Fix (user-visible misbehavior in official stable release)
- Backported in #46401: Fix
SYSTEM UNFREEZE
queries failing with the exceptionCANNOT_PARSE_INPUT_ASSERTION_FAILED
. #46325 (Aleksei Filatov). - Backported in #46905: - Fix incorrect alias recursion in QueryNormalizer. #46609 (Raúl Marín).
- Backported in #47211:
INSERT
queries through native TCP protocol and HTTP protocol were not canceled correctly in some cases. It could lead to a partially applied query if a client canceled the query, or if a client died or, in rare cases, on network errors. As a result, it could lead to not working deduplication. Fixes #27667 and #45377. #46681 (Alexander Tokmakov). - Backported in #47118: - Fix arithmetic operations in aggregate optimization with
min
andmax
. #46705 (Duc Canh Le). - Backported in #46883: Fix MSan report in the
maxIntersections
function. This closes #43126. #46847 (Alexey Milovidov). - Backported in #47361: Fix possible deadlock on distributed query cancellation. #47161 (Kruglov Pavel).
NOT FOR CHANGELOG / INSIGNIFICANT
- Use /etc/default/clickhouse in systemd too #47003 (Mikhail f. Shiryaev).
- Update typing for a new PyGithub version #47123 (Mikhail f. Shiryaev).
- Follow-up to #46681 #47284 (Alexander Tokmakov).
- Add a manual trigger for release workflow #47302 (Mikhail f. Shiryaev).