mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 10:52:30 +00:00
Update StorageSystemDataSkippingIndices.cpp
This commit is contained in:
parent
9ecda9f45c
commit
c1283a6bb5
@ -128,7 +128,7 @@ protected:
|
||||
if (column_mask[src_index++])
|
||||
{
|
||||
if (auto * expression = index.definition_ast->as<ASTIndexDeclaration>())
|
||||
res_columns[res_index++]->insert(queryToString(expression->type->clone()));
|
||||
res_columns[res_index++]->insert(queryToString(expression->type));
|
||||
else
|
||||
res_columns[res_index++]->insertDefault();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user