22.3.12.20 Altinity Stable
Enmk
released this
24 Sep 10:13
·
11 commits
to releases/22.3.12
since this release
Based on upstream/v22.3.12.19-lts
Changes Compared to Community Build v22.3.12.19-lts
Bug fix
- Fix for exponential time decaying window functions. Now respecting boundaries of the window ClickHouse#36944 by @excitoon (via #164)
- Fixes for objects removal in S3ObjectStorage ClickHouse#37882 by @excitoon (via #164)
- Fixed Unknown identifier (aggregate-function) exception ClickHouse#39762 by @quickhouse (via #189)
- Fixed point of origin for exponential decay window functions ClickHouse#39593 by @quickhouse (via #190)
- Fix unused unknown columns introduced by WITH statement ClickHouse#39131 by @amosbird
- Fix memory leak while pushing to MVs w/o query context (from Kafka/...) by @azat
Improvement
- Optimized processing of ORDER BY in window functions ClickHouse#34632 by @excitoon (via #164)
- Support batch_delete capability for GCS ClickHouse#37659 by @frew (via #164)
- Add support for extended (chunked) arrays for Parquet format ClickHouse#40485 by @arthurpassos
Build/Testing/Packaging Improvement
- Build/Testing/Packaging Improvement: Allow Github workflows to run on Altinity's infrastructure
Changes in upstream from v22.3.10.22-lts
to v22.3.12.19-lts
Bug fix
- Fix clickhouse-server doinst.sh. ClickHouse#40681 by @Felixoid.
- fix heap buffer overflow by limiting http chunk size. ClickHouse#40292 by @CheSema.
- Fix possible segfault in CapnProto input format'. ClickHouse#40241 by @Avogar.
- Fix insufficient argument check for encryption functions'. ClickHouse#40194 by @alexey-milovidov.
- Fix HashMethodOneNumber with const column. ClickHouse#40020 by @canhld94.
- Fix seeking while reading from encrypted disk. ClickHouse#39687 by @vitlibar.
- Fix number of threads for pushing to views'. ClickHouse#39253 by @azat.
Other
- collectFilesToSkip() in MutateTask now supports new index file extension .idx2 for MinMax. ClickHouse#40122 by @robot-ch-test-poll2.
- Clean out clickhouse-server.service from /etc. ClickHouse#39323 by @Felixoid.