v.20.3Bug Fix
Fixed Performance and Accuracy Issues in Aggregate Functions for Float Types with NaN Values
Fixed potentially low performance and slightly incorrect result foruniqExact,topK,sumDistinctand similar aggregate functions called on Float types withNaNvalues. It also triggered assert in debug build. This fixes #12491. #13254 (alexey-milovidov).