v.22.10Bug Fix
AggregateFunctionQuantile Fixes UInt128 Handling for Accurate Results
AggregateFunctionQuantilenow correctly works with UInt128 columns. Previously, the quantile state interpretedUInt128columns asInt128which could have led to incorrect results. #42473 (Antonio Andelic).