Skip to content

Commit 7caab5a

Browse files
committed
Fix setting object_storage_remote_initiator_cluster cleanup
1 parent e057248 commit 7caab5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/IStorageCluster.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ IStorageCluster::RemoteCallVariables IStorageCluster::convertToRemote(
426426
/// Clean object_storage_remote_initiator setting to avoid infinite remote call
427427
auto new_context = Context::createCopy(context);
428428
new_context->setSetting("object_storage_remote_initiator", false);
429-
new_context->setSetting("object_storage_remote_initiator_cluster", false);
429+
new_context->setSetting("object_storage_remote_initiator_cluster", String(""));
430430

431431
auto * select_query = query_to_send->as<ASTSelectQuery>();
432432
if (!select_query)

0 commit comments

Comments
 (0)