Fixed Ubsan and Memsan Failure in Function Groupuniqarray with Emtpy Array Argument
Official CH changelog text
Fixed UBSan and MemSan failure in function groupUniqArray with emtpy array argument. It was caused by placing of empty PaddedPODArray into hash table zero cell because constructor for zero cell value was not called. #6937 (Amos Bird)