in order to solve agg of sum/count is not compatibility during the upgrade process. in PR [refactor](agg_state) refactor agg_state type to support fixed length object type #20370 have changed the serialize type and serialize column of sum/count before is ColumnVector, now sum/count change to use ColumnFixedLengthObject so during the upgrade process, will be not compatible if exist Old BE and Newer BE