From 4398c2daf8efeaae2ef1ad0713a6500f41d47e6a Mon Sep 17 00:00:00 2001 From: Alexander Kuzmenkov Date: Thu, 23 Jul 2020 23:44:30 +0300 Subject: [PATCH] boop the CI --- src/Interpreters/Context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interpreters/Context.cpp b/src/Interpreters/Context.cpp index bcbde3ef6af..98816a4eab9 100644 --- a/src/Interpreters/Context.cpp +++ b/src/Interpreters/Context.cpp @@ -1563,7 +1563,7 @@ void Context::reloadClusterConfig() return; } - /// Clusters config has been suddenly changed, recompute clusters + // Clusters config has been suddenly changed, recompute clusters } } }