Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(config): add the partition_filters option to disable the partitioned filters #2688

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

fukua95
Copy link
Contributor

@fukua95 fukua95 commented Dec 6, 2024

It closes #2676.

Comment on lines 134 to 135
const std::string compression_per_level =
util::StringJoin(compression_per_level_builder, [](const auto &s) -> decltype(auto) { return s; }, ":");
Copy link
Member

Choose a reason for hiding this comment

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

Seems we need to revert this change to make CI pass.

Note that in the CI the clang-format version is 14. Different versions may lead to different format results.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, I'm doing it.

Copy link
Member

@PragmaTwice PragmaTwice left a comment

Choose a reason for hiding this comment

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

Please avoid introducing unrelated changes.

Also please ensure the version of clang-format you are using is 14. You can download it from here.

Copy link
Member

@PragmaTwice PragmaTwice left a comment

Choose a reason for hiding this comment

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

See above.

@fukua95 fukua95 force-pushed the conf_partition_filters branch from 4fc07cc to 113bd72 Compare December 6, 2024 06:52
@fukua95
Copy link
Contributor Author

fukua95 commented Dec 6, 2024

Please avoid introducing unrelated changes.

Also please ensure the version of clang-format you are using is 14. You can download it from here.

thanks, I fixed it.

Copy link
Member

@PragmaTwice PragmaTwice left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you for your contribution!

Copy link

sonarcloud bot commented Dec 6, 2024

@mapleFU mapleFU merged commit 698c3d4 into apache:unstable Dec 6, 2024
34 checks passed
@fukua95 fukua95 deleted the conf_partition_filters branch December 6, 2024 09:18
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.

Allow to disable the index partitioning in kvrocks.conf
4 participants