We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd3d4b commit 28a237bCopy full SHA for 28a237b
src/Storages/IStorageCluster.cpp
@@ -92,7 +92,7 @@ class ReadFromCluster : public SourceStepWithFilter
92
93
std::optional<RemoteQueryExecutor::Extension> extension;
94
95
- void createExtension(const ActionsDAG::Node * predicate, const size_t number_of_replicas);
+ void createExtension(const ActionsDAG::Node * predicate, size_t number_of_replicas);
96
ContextPtr updateSettings(const Settings & settings);
97
};
98
0 commit comments