mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
1.4 KiB
1.4 KiB
ClickHouse release v21.8.10.19-lts FIXME as compared to v21.8.9.13-lts
Improvement
- Backported in #30452: Allow symlinks to files in user_files directory for file table function. #30309 (Kseniia Sumarokova).
Bug Fix (user-visible misbehaviour in official stable or prestable release)
- Backported in #29724: Fix null deference for
GROUP BY WITH TOTALS HAVING
(when the column fromHAVING
wasn't selected). #29553 (Azat Khuzhin). - Backported in #30233: Fix INSERT SELECT incorrectly fills MATERIALIZED column based of Nullable column. #30189 (Azat Khuzhin).
- Backported in #30333: * Allow identifiers staring with numbers in multiple joins. #30230 (Vladimir C).
- Backported in #30377: fix replaceRegexpAll bug. #30292 (Memo).