mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Fixed tests
This commit is contained in:
parent
45da28ecae
commit
28355114c0
@ -273,6 +273,7 @@ private:
|
||||
|
||||
auto arguments_copy = arguments;
|
||||
for (auto & argument : arguments_copy) {
|
||||
argument.column = argument.column->convertToFullColumnIfConst();
|
||||
argument.column = castColumn(argument, result_type);
|
||||
argument.type = result_type;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user