mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
3.0 KiB
3.0 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v23.1.7.30-stable (c94dba6e02
) FIXME as compared to v23.1.6.42-stable (783ddf6799
)
Improvement
- Backported in #48161: Fixed
UNKNOWN_TABLE
exception when attaching to a materialized view that has dependent tables that are not available. This might be useful when trying to restore state from a backup. #47975 (MikhailBurdukov).
Build/Testing/Packaging Improvement
- Backported in #48585: Update time zones. The following were updated: Africa/Cairo, Africa/Casablanca, Africa/El_Aaiun, America/Bogota, America/Cambridge_Bay, America/Ciudad_Juarez, America/Godthab, America/Inuvik, America/Iqaluit, America/Nuuk, America/Ojinaga, America/Pangnirtung, America/Rankin_Inlet, America/Resolute, America/Whitehorse, America/Yellowknife, Asia/Gaza, Asia/Hebron, Asia/Kuala_Lumpur, Asia/Singapore, Canada/Yukon, Egypt, Europe/Kirov, Europe/Volgograd, Singapore. #48572 (Alexey Milovidov).
- Backported in #48958: After the recent update, the
dockerd
requires--tlsverify=false
together with the http port explicitly. #48924 (Mikhail f. Shiryaev).
Bug Fix (user-visible misbehavior in an official stable release)
- Fix race in grace hash join with limit #47153 (Vladimir C).
- Fix explain graph with projection #47473 (flynn).
- Fix crash in polygonsSymDifferenceCartesian #47702 (pufit).
- Remove a feature #48195 (Alexey Milovidov).
- ClickHouse startup error when loading a distributed table that depends on a dictionary #48419 (MikhailBurdukov).
- Fix possible segfault in cache #48469 (Kseniia Sumarokova).
- Fix nested map for keys of IP and UUID types #48556 (Yakov Olkhovskiy).
- Fix bug in Keeper when a node is not created with scheme
auth
in ACL sometimes. #48595 (Aleksei Filatov). - Fix IPv4 comparable with UInt #48611 (Yakov Olkhovskiy).