Skip to content

Conversation

@chakkk309
Copy link

Fixes #3066

@git-hulk git-hulk requested a review from LindaSummer December 27, 2025 14:47
Copy link
Member

@LindaSummer LindaSummer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @chakkk309 ,

😊 It seems this commit couldn't pass the ci. Please help check the error message in github actions.

if (auto status = dumpCentroids(ctx, ns_key, metadata, &centroids); !status.ok()) {
return status;
}
auto dump_centroids = DummyCentroids(metadata, centroids);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @chakkk309 ,

It seems that this line has compile error in CI. Please make a check.

@PragmaTwice
Copy link
Member

PragmaTwice commented Dec 27, 2025

Hi, thank you for your contribution!

Before you start coding, could you please read our contribution guide (https://kvrocks.apache.org/community/contributing/)? It can be better if you build and test Kvrocks against your changes successfully in your local before pushing them.

Also note that we have guidelines for AI-assisted contributions: https://kvrocks.apache.org/community/contributing/#guidelines-for-ai-assisted-contributions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TDigest: Implement TDIGEST.TRIMMED_MEAN command

3 participants