Update src/Storages/StorageReplicatedMergeTree.cpp

Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
This commit is contained in:
Konstantin Bogdanov 2024-05-01 23:01:55 +03:00 committed by Konstantin Bogdanov
parent a2beacabd0
commit 60b82ec83a
Signed by: thevar1able
GPG Key ID: DB399448D9FE52F1

View File

@ -5656,7 +5656,7 @@ std::optional<QueryPipeline> StorageReplicatedMergeTree::distributedWriteFromClu
{
auto connection = std::make_shared<Connection>(
node.host_name, node.port, query_context->getGlobalContext()->getCurrentDatabase(),
node.user, node.password, SSHKey(), "", node.quota_key, node.cluster, node.cluster_secret,
node.user, node.password, SSHKey(), /*jwt*/"", node.quota_key, node.cluster, node.cluster_secret,
"ParallelInsertSelectInititiator",
node.compression,
node.secure