Skip to content

Commit cecd0f0

Browse files
authored
Apply suggestions from code review
Co-authored-by: Twice <twice@apache.org>
1 parent 4db020a commit cecd0f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/types/redis_tdigest.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ class TDigest : public SubKeyScanner {
135135
* @param batch The write batch to store metadata updates.
136136
* @param metadata The metadata of the t-digest (may be updated if buffer is merged).
137137
* @param centroids The output vector to store the centroids.
138-
* @return rocksdb::Status
139138
*/
140139
rocksdb::Status getCentroidsForMerge(engine::Context& ctx, const std::string& ns_key,
141140
ObserverOrUniquePtr<rocksdb::WriteBatchBase>& batch, TDigestMetadata* metadata,

0 commit comments

Comments
 (0)