diff --git a/be/src/vec/aggregate_functions/aggregate_function_foreach.h b/be/src/vec/aggregate_functions/aggregate_function_foreach.h index cdbb939c504f2c7..ae1e68857cf58b9 100644 --- a/be/src/vec/aggregate_functions/aggregate_function_foreach.h +++ b/be/src/vec/aggregate_functions/aggregate_function_foreach.h @@ -54,10 +54,10 @@ struct AggregateFunctionForEachData { */ class AggregateFunctionForEach : public IAggregateFunctionDataHelper { + AggregateFunctionForEach, SkipNullablePropertyCheck> { protected: using Base = IAggregateFunctionDataHelper; + AggregateFunctionForEach, SkipNullablePropertyCheck>; AggregateFunctionPtr nested_function; const size_t nested_size_of_data;