Skip to content

Commit dbd3d4b

Browse files
committed
Address review comments ✅
1 parent e2a992d commit dbd3d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/StorageFileCluster.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class StorageFileCluster : public IStorageCluster
2727
const ConstraintsDescription & constraints_);
2828

2929
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;
30+
RemoteQueryExecutor::Extension getTaskIteratorExtension(const ActionsDAG::Node * predicate, const ContextPtr & context, size_t number_of_replicas) const override;
3131

3232
private:
3333
void updateQueryToSendIfNeeded(ASTPtr & query, const StorageSnapshotPtr & storage_snapshot, const ContextPtr & context) override;

0 commit comments

Comments
 (0)