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 e2a992d commit dbd3d4bCopy full SHA for dbd3d4b
src/Storages/StorageFileCluster.h
@@ -27,7 +27,7 @@ class StorageFileCluster : public IStorageCluster
27
const ConstraintsDescription & constraints_);
28
29
std::string getName() const override { return "FileCluster"; }
30
- RemoteQueryExecutor::Extension getTaskIteratorExtension(const ActionsDAG::Node * predicate, const ContextPtr & context, const size_t number_of_replicas) const override;
+ RemoteQueryExecutor::Extension getTaskIteratorExtension(const ActionsDAG::Node * predicate, const ContextPtr & context, size_t number_of_replicas) const override;
31
32
private:
33
void updateQueryToSendIfNeeded(ASTPtr & query, const StorageSnapshotPtr & storage_snapshot, const ContextPtr & context) override;
0 commit comments