mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
1.4 KiB
1.4 KiB
ClickHouse release v20.8.8.2-lts FIXME as compared to v20.8.7.15-lts
Bug Fix
- Backported in #17198: Avoid unnecessary network errors for remote queries which may be cancelled while execution, like queries with
LIMIT
. #17006 (Azat Khuzhin). - Backported in #17131: Fixed crash on
CREATE TABLE ... AS some_table
query whensome_table
was createdAS table_function()
Fixes #16944. #17072 (Alexander Tokmakov). - Backported in #17192: Fix ColumnConst comparison which leads to crash. This fixed #17088 . #17135 (Amos Bird).