Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinyhZou committed Nov 13, 2023
1 parent 8cfaacb commit 808f29b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp-ch/local-engine/Common/CHUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -609,8 +609,6 @@ void BackendInitializerUtil::initSettings(std::map<std::string, std::string> & 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);
}

Expand Down

0 comments on commit 808f29b

Please sign in to comment.