ClickHouse/docs/changelogs/v22.3.5.5-lts.md
2022-05-10 11:25:38 +02:00

720 B

ClickHouse release v22.3.5.5-lts FIXME as compared to v22.3.4.20-lts

Bug Fix (user-visible misbehaviour in official stable or prestable release)

  • Backported in #36525: Queries with aliases inside special operators returned parsing error (was broken in 22.1). Example: SELECT substring('test' AS t, 1, 1). #36167 (Maksim Kita).
  • Backported in #36674: Fix merges of wide parts with type Object. #36637 (Anton Popov).