mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
clickhouse: fixed build [#CONV-6788].
This commit is contained in:
parent
efed69fcc6
commit
c73ac806d9
@ -334,7 +334,7 @@ public:
|
||||
cur = Transform::toParent(cur, dict);
|
||||
}
|
||||
|
||||
block.getByPosition(result).column = new ColumnConstArray(col_from->size(), res, new DataTypeFromFieldType<T>::Type);
|
||||
block.getByPosition(result).column = new ColumnConstArray(col_from->size(), res, new typename DataTypeFromFieldType<T>::Type);
|
||||
}
|
||||
else
|
||||
throw Exception("Illegal column " + block.getByPosition(arguments[0]).column->getName()
|
||||
|
Loading…
Reference in New Issue
Block a user