Update TableFunctionRemote.cpp

This commit is contained in:
Mikhail Korotov 2019-10-10 01:25:39 +03:00 committed by GitHub
parent b1c6fb571e
commit 8d675ad2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;