From 1ec199b5391b3a6a1ecb3a430c857dd7891fb196 Mon Sep 17 00:00:00 2001 From: Vladimir Chebotaryov Date: Thu, 20 Oct 2022 10:46:16 +0300 Subject: [PATCH] Style fix. --- src/Interpreters/QueryLog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())},