-
Notifications
You must be signed in to change notification settings - Fork 592
feat(config): add the partition_filters option to disable the partitioned filters
#2688
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
Conversation
src/config/config.cc
Outdated
| const std::string compression_per_level = | ||
| util::StringJoin(compression_per_level_builder, [](const auto &s) -> decltype(auto) { return s; }, ":"); |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this 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.
PragmaTwice
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above.
4fc07cc to
113bd72
Compare
thanks, I fixed it. |
PragmaTwice
left a comment
There was a problem hiding this 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!
|



It closes #2676.