Skip to content

Conversation

@cxljs
Copy link
Contributor

@cxljs cxljs 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.

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

cxljs 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!

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 6, 2024

@mapleFU mapleFU merged commit 698c3d4 into apache:unstable Dec 6, 2024
34 checks passed
@cxljs cxljs 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