v.25.5Bug Fix (user-visible misbehavior in an official stable release)

Avoid using Field

Avoid using Field for non-aggregated columns in SummingMergeTree. It could lead to unexpected errors with Dynamic/Variant types used in SummingMergeTree. #79051 (Pavel Kruglov).