mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
1.6 KiB
1.6 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v23.3.8.21-lts (1675f2264f
) FIXME as compared to v23.3.7.5-lts (bc683c11c9
)
Bug Fix (user-visible misbehavior in an official stable release)
- Fix backward compatibility for IP types hashing in aggregate functions #50551 (Yakov Olkhovskiy).
- Fix segfault in MathUnary #51499 (Ilya Yatsishin).
- Fix for moving 'IN' conditions to PREWHERE #51610 (Alexander Gololobov).
- Fix reading from empty column in
parseSipHashKey
#51804 (Nikita Taranov). - Check refcount in
RemoveManyObjectStorageOperation::finalize
instead ofexecute
#51954 (vdimir). - Allow parametric UDFs #51964 (Alexey Milovidov).
NOT FOR CHANGELOG / INSIGNIFICANT
- Decoupled commits from #51180 for backports #51561 (Mikhail f. Shiryaev).
- Fix MergeTreeMarksLoader segfaulting if marks file is longer than expected #51636 (Michael Kolupaev).