mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
3.0 KiB
3.0 KiB
ClickHouse release v20.10.7.4-stable FIXME as compared to v20.10.6.27-stable
Bug Fix
- Backported in #17798: - Fix optimize_distributed_group_by_sharding_key for query with OFFSET only. #16996 (Azat Khuzhin).
- Backported in #18395: Fix empty
system.stack_trace
table when server is running in daemon mode. #17630 (Amos Bird). - Backported in #18042: Fix possible segfault in
topK
aggregate function. This closes #17404. #17845 (Maksim Kita). - Backported in #17980: fixes #15187 fixes #17912 support convert MySQL prefix index for MaterializeMySQL CC: @tavplubix. #17944 (Winter Zhang).
- Backported in #18079: Fixed
std::out_of_range: basic_string
in S3 URL parsing. #18059 (Vladimir Chebotarev). - Backported in #18178: Fix
Unknown setting profile
error on attempt to set settings profile. #18167 (Alexander Tokmakov). - Backported in #18361: fixes #18186 fixes #16372 fix unique key convert crash in MaterializeMySQL database engine. #18211 (Winter Zhang).
- Backported in #18292: Fix key comparison between Enum and Int types. This fixes #17989. #18214 (Amos Bird).
- Backported in #18295: - Fixed issue when
clickhouse-odbc-bridge
process is unreachable by server on machines with dual IPv4/IPv6 stack; - Fixed issue when ODBC dictionary updates are performed using malformed queries and/or cause crashes; Possibly closes #14489. #18278 (Denis Glazachev).