v.24.8Bug Fix
Fix for Unsupported Conversion Error in AggregateFunction Optimization
Fix errorConversion from AggregateFunction(name, Type) to AggregateFunction(name, Nullable(Type)) is not supported. The bug was caused by theoptimize_rewrite_aggregate_function_with_ifoptimization. Fixes #67112. #67229 (Nikolai Kochetov).