mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
2.7 KiB
2.7 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)
- Backported in #62078: Fix logical error ''Unexpected return type from materialize. Expected Nullable. Got UInt8' while using group_by_use_nulls with analyzer and materialize/constant in grouping set. Closes #61531. #61567 (Kruglov Pavel).
- Backported in #62122: Fix external table cannot parse data type Bool. #62115 (Duc Canh Le).
- Backported in #62147: Revert "Merge pull request #61564 from liuneng1994/optimize_in_single_value". The feature is broken and can't be disabled individually. #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).