ISSUES-16574 try fix test failure

This commit is contained in:
zhang2014 2020-11-09 12:40:28 +08:00
parent 540288c419
commit 1726fb0f4e
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ AggregateFunctionPtr AggregateFunctionIf::getOwnNullAdapter(
if (serialize_flag)
return std::make_shared<AggregateFunctionIfNullVariadic<false, true, true>>(nested_function, arguments, params);
else
return std::make_shared<AggregateFunctionIfNullVariadic<false, true, false>>(nested_function, arguments, params);
return std::make_shared<AggregateFunctionIfNullVariadic<false, false, true>>(nested_function, arguments, params);
}
}
}

View File

@ -1 +1 @@
([1],[5]) 4 4
([1],[4]) 4 4