v.20.7Bug Fix
Fix Performance and Accuracy Issues in Float Aggregate Functions with NaN Values
Fix 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).