fix style

This commit is contained in:
Vladimir Makarov 2022-05-14 21:25:00 +00:00
parent 1b9834548d
commit bdb6691405
2 changed files with 1 additions and 3 deletions

View File

@ -586,8 +586,6 @@ static constexpr UInt64 operator""_GiB(unsigned long long value)
M(Bool, allow_experimental_object_type, false, "Allow Object and JSON data types", 0) \
M(String, insert_deduplication_token, "", "If not empty, used for duplicate detection instead of data digest", 0) \
M(String, ann_index_params, "", "Parameters for ANNIndexes in select queries", 0) \
// End of COMMON_SETTINGS
// Please add settings related to formats into the FORMAT_FACTORY_SETTINGS and move obsolete settings to OBSOLETE_SETTINGS.
M(Bool, count_distinct_optimization, false, "Rewrite count distinct to subquery of group by", 0) \
M(Bool, throw_on_unsupported_query_inside_transaction, true, "Throw exception if unsupported query is used inside transaction", 0) \
M(Bool, throw_if_no_data_to_insert, true, "Enables or disables empty INSERTs, enabled by default", 0) \

View File

@ -11,7 +11,7 @@
namespace DB
{
// auxillary namespace for working with spotify-annoy library
// auxiliary namespace for working with spotify-annoy library
// mainly for serialization and deserialization of the index
namespace Annoy
{