mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
2.3 KiB
2.3 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v24.3.2.23-lts (8b7d910960
) FIXME as compared to v24.3.1.2672-lts (2c5c589a88
)
Bug Fix (user-visible misbehavior in an official stable release)
- Fix logical error in group_by_use_nulls + grouping set + analyzer + materialize/constant #61567 (Kruglov Pavel).
- Fix external table cannot parse data type Bool #62115 (Duc Canh Le).
- Revert "Merge pull request #61564 from liuneng1994/optimize_in_single_value" #62135 (Raúl Marín).
CI Fix or Improvement (changelog entry is not required)
- Backported in #62030:. #61869 (Nikita Fomichev).
- Backported in #62057: ... #62044 (Max K.).
- Backported in #62204:. #62190 (Konstantin Bogdanov).
NOT FOR CHANGELOG / INSIGNIFICANT
- Fix some crashes with analyzer and group_by_use_nulls. #61933 (Nikolai Kochetov).
- Fix scalars create as select #61998 (Nikolai Kochetov).
- Ignore IfChainToMultiIfPass if returned type changed. #62059 (Nikolai Kochetov).
- Fix type for ConvertInToEqualPass #62066 (Nikolai Kochetov).
- Revert output Pretty in tty #62090 (Alexey Milovidov).