Skip to content

Commit 40dfe98

Browse files
committed
fix missing conflict marker
1 parent da6b19e commit 40dfe98

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Core/Settings.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6842,16 +6842,11 @@ Run all tasks of a distributed query plan locally. Useful for testing and debugg
68426842
DECLARE(UInt64, distributed_plan_default_shuffle_join_bucket_count, 8, R"(
68436843
Default number of buckets for distributed shuffle-hash-join.
68446844
)", EXPERIMENTAL) \
6845-
<<<<<<< HEAD
68466845
DECLARE(UInt64, distributed_plan_default_reader_bucket_count, 8, R"(
68476846
Default number of tasks for parallel reading in distributed query. Tasks are spread across between replicas.
6848-
=======
6847+
)", EXPERIMENTAL) \
68496848
DECLARE(Bool, use_object_storage_list_objects_cache, false, R"(
68506849
Cache the list of objects returned by list objects calls in object storage
6851-
)", EXPERIMENTAL) \
6852-
DECLARE(Bool, object_storage_remote_initiator, false, R"(
6853-
Execute request to object storage as remote on one of object_storage_cluster nodes.
6854-
>>>>>>> ff42c3a62bd (Merge pull request #805 from Altinity/list_objects_object_storage_cache_25.3)
68556850
)", EXPERIMENTAL) \
68566851
DECLARE(Bool, distributed_plan_optimize_exchanges, true, R"(
68576852
Removes unnecessary exchanges in distributed query plan. Disable it for debugging.

0 commit comments

Comments
 (0)