mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 10:52:30 +00:00
Update TableFunctionRemote.cpp
This commit is contained in:
parent
b1c6fb571e
commit
8d675ad2b4
@ -141,7 +141,7 @@ StoragePtr TableFunctionRemote::executeImpl(const ASTPtr & ast_function, const C
|
|||||||
/// Use an existing cluster from the main config
|
/// Use an existing cluster from the main config
|
||||||
cluster = context.getCluster(cluster_name);
|
cluster = context.getCluster(cluster_name);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/// Create new cluster from the scratch
|
/// Create new cluster from the scratch
|
||||||
size_t max_addresses = context.getSettingsRef().table_function_remote_max_addresses;
|
size_t max_addresses = context.getSettingsRef().table_function_remote_max_addresses;
|
||||||
|
Loading…
Reference in New Issue
Block a user