v.20.5Bug Fix
Fix Race Condition in Aggregate Function State Retrieval with Memory Engine
Fix possible race which could happen when you get result from aggregate function state from multiple thread for the same column. The only way (which I found) it can happen is when you usefinalizeAggregationfunction while reading from table withMemoryengine which storesAggregateFunctionstate forquanite*function. #10890 (Nikolai Kochetov).