From 7a91ab7f95a4eb127c1f5b27efaef0431ea51bb8 Mon Sep 17 00:00:00 2001 From: pufit Date: Fri, 8 Nov 2024 02:52:42 -0500 Subject: [PATCH] Revert `distributed_ddl_entry_format_version` change --- src/Core/Settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Settings.cpp b/src/Core/Settings.cpp index 9ec3c25314a..6f0109fa300 100644 --- a/src/Core/Settings.cpp +++ b/src/Core/Settings.cpp @@ -4431,7 +4431,7 @@ Possible values: Cloud default value: `none`. )", 0) \ - DECLARE(UInt64, distributed_ddl_entry_format_version, 8, R"( + DECLARE(UInt64, distributed_ddl_entry_format_version, 5, R"( Compatibility version of distributed DDL (ON CLUSTER) queries )", 0) \ \