From 808f29bd3b118c70e117a510f9cd56661b428851 Mon Sep 17 00:00:00 2001 From: kevinyhzou Date: Mon, 13 Nov 2023 12:32:21 +0800 Subject: [PATCH] remove unused code --- cpp-ch/local-engine/Common/CHUtil.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpp-ch/local-engine/Common/CHUtil.cpp b/cpp-ch/local-engine/Common/CHUtil.cpp index fc2bedc432e9..662a992cb273 100644 --- a/cpp-ch/local-engine/Common/CHUtil.cpp +++ b/cpp-ch/local-engine/Common/CHUtil.cpp @@ -609,8 +609,6 @@ void BackendInitializerUtil::initSettings(std::map & b settings.set("output_format_json_skip_null_value_in_named_tuples", true); settings.set("function_json_value_return_type_allow_complex", true); settings.set("function_json_value_return_type_allow_nullable", true); - settings.set("empty_result_for_aggregation_by_constant_keys_on_empty_set", false); - settings.set("empty_result_for_aggregation_by_empty_set", false); settings.set("precise_float_parsing", true); }