diff --git a/src/Interpreters/QueryLog.cpp b/src/Interpreters/QueryLog.cpp index 6dd85a4cb78..85cd09fa618 100644 --- a/src/Interpreters/QueryLog.cpp +++ b/src/Interpreters/QueryLog.cpp @@ -122,7 +122,7 @@ NamesAndTypesList QueryLogElement::getNamesAndTypes() {"used_functions", std::make_shared(std::make_shared())}, {"used_storages", std::make_shared(std::make_shared())}, {"used_table_functions", std::make_shared(std::make_shared())}, - + {"used_row_policies.name", std::make_shared(std::make_shared(std::make_shared()))}, {"used_row_policies.uuid", std::make_shared(std::make_shared())},