mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 17:02:25 +00:00
fix build
This commit is contained in:
parent
7f9454cc77
commit
852992ac3b
@ -116,7 +116,7 @@ public:
|
||||
|
||||
IColumn & getNestedUniqueColumn(ColumnWithDictionary & column_with_dictionary) const
|
||||
{
|
||||
return *column_with_dictionary.getUnique()->getNestedColumn()->assumeMutable();
|
||||
return column_with_dictionary.getUnique()->getNestedColumn()->assumeMutableRef();
|
||||
}
|
||||
|
||||
template <typename ... Args>
|
||||
|
Loading…
Reference in New Issue
Block a user