mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Update StorageSystemTables.cpp
This commit is contained in:
parent
4185fe9975
commit
33dfbdcbe9
@ -403,7 +403,7 @@ protected:
|
||||
|
||||
if (columns_mask[src_index++])
|
||||
{
|
||||
assert(metadata_snapshot != nullptr);
|
||||
assert(table != nullptr);
|
||||
auto policy = table->getStoragePolicy();
|
||||
if (policy)
|
||||
res_columns[res_index++]->insert(policy->getName());
|
||||
|
Loading…
Reference in New Issue
Block a user