v.18.12Bug Fix
Memory Alignment for Aggregate Function States in ClickHouse
When allocating memory for states of aggregate functions, alignment is correctly taken into account, which makes it possible to use operations that require alignment when implementing states of aggregate functions. chenxing-xc