mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
clickhouse: fixed ColumnArray::filter [#CONV-2807].
This commit is contained in:
parent
54efc39223
commit
9181fdb827
@ -30,8 +30,6 @@ public:
|
||||
ColumnArray(ColumnPtr nested_column)
|
||||
: data(nested_column), offsets(new ColumnOffsets_t)
|
||||
{
|
||||
if (!nested_column->empty())
|
||||
throw Exception("Nested column for constructing ColumnArray must be empty", ErrorCodes::LOGICAL_ERROR);
|
||||
}
|
||||
|
||||
std::string getName() const { return "ColumnArray(" + data->getName() + ")"; }
|
||||
|
Loading…
Reference in New Issue
Block a user