mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
2.0 KiB
2.0 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v23.5.3.24-stable (76f54616d3
) FIXME as compared to v23.5.2.7-stable (5751aa1ab9
)
Bug Fix (user-visible misbehavior in an official stable release)
- Fix Log family table return wrong rows count after truncate #50585 (flynn).
- Fix bug in
uniqExact
parallel merging #50590 (Nikita Taranov). - Revert recent grace hash join changes #50699 (vdimir).
- Avoid storing logs in Keeper containing unknown operation #50751 (Antonio Andelic).
- Add compat setting for non-const timezones #50834 (Robert Schulze).
- Fix iceberg V2 optional metadata parsing #50974 (Kseniia Sumarokova).
- Fix subtly broken copy-on-write of ColumnLowCardinality dictionary #51064 (Michael Kolupaev).
- Generate safe IVs #51086 (Salvatore Mesoraca).
NOT FOR CHANGELOG / INSIGNIFICANT
- Don't mark a part as broken on
Poco::TimeoutException
#50811 (Alexander Tokmakov). - Fix a versions' tweak for tagged commits, improve version_helper #51035 (Mikhail f. Shiryaev).
- Sqlancer has changed master to main #51060 (Mikhail f. Shiryaev).