when creating mv with target table
target table: CREATE TABLE target_test ( day date, hour UInt32, test_sum SimpleAggregateFunction(sum, Float64) ) ENGINE = SummingMe