mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
1.1 KiB
1.1 KiB
ClickHouse release v21.3.20.1-lts FIXME as compared to v21.3.19.1-lts
Bug Fix
- Backported in #32690: Quota limit was not reached, but the limit was exceeded. This PR fixes #31174. #31656 (sunny).
- Backported in #33727: Fix null pointer dereference in low cardinality data when deserializing LowCardinality data in the Native format. #33021 (Harry Lee).