mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
1.7 KiB
1.7 KiB
ClickHouse release v21.6.8.62-stable FIXME as compared to v21.6.7.57-stable
Bug Fix
- Backported in #26194: Fix sharding_key from column w/o function for remote() (before
select * from remote('127.1', system.one, dummy)
leads toUnknown column: dummy, there are only columns .
error). #25824 (Azat Khuzhin). - Backported in #26108: Fix rare server crash because of
abort
in ZooKeeper client. Fixes #25813. #26079 (alesapin). - Backported in #26167: Fix
joinGet
with LowCarinality columns, close #25993. #26118 (Vladimir C). - Backported in #26205: Fix potential crash if more than one
untuple
expression is used. #26179 (Alexey Milovidov). - Backported in #26227: Remove excessive newline in
thread_name
column insystem.stack_trace
table. This fixes #24124. #26210 (Alexey Milovidov).