Skip to content

Commit 28a237b

Browse files
committed
Address review comments ✅
1 parent dbd3d4b commit 28a237b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/IStorageCluster.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class ReadFromCluster : public SourceStepWithFilter
9292

9393
std::optional<RemoteQueryExecutor::Extension> extension;
9494

95-
void createExtension(const ActionsDAG::Node * predicate, const size_t number_of_replicas);
95+
void createExtension(const ActionsDAG::Node * predicate, size_t number_of_replicas);
9696
ContextPtr updateSettings(const Settings & settings);
9797
};
9898

0 commit comments

Comments
 (0)