ClickHouse/docs/changelogs/v22.3.11.12-lts.md
2022-08-11 00:18:08 +02:00

1.3 KiB

sidebar_position sidebar_label
1 2022

2022 Changelog

ClickHouse release v22.3.11.12-lts (137c5f7265) FIXME as compared to v22.3.10.22-lts (25886f517d)

Build/Testing/Packaging Improvement

  • Backported in #39881: Former packages used to install systemd.service file to /etc. The files there are marked as conf and are not cleaned out, and not updated automatically. This PR cleans them out. #39323 (Mikhail f. Shiryaev).

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

  • Backported in #39336: Fix parallel_view_processing=1 with optimize_trivial_insert_select=1. Fix max_insert_threads while pushing to views. #38731 (Azat Khuzhin).

NO CL ENTRY