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