Skip to content

MINOR: Fix typo to actually use rocksdb setOptimizeFiltersForHits #19837

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

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

Chuckame
Copy link

This PR fixes a typo in the RocksDBStore where it currently uses a getter named optimizeFiltersForHits. However, to set the flag to true, we have to use setOptimizeFiltersForHits(true) instead.

@github-actions github-actions bot added triage PRs from the community streams small Small PRs labels May 28, 2025
Copy link
Member

@chia7712 chia7712 left a comment

Choose a reason for hiding this comment

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

@Chuckame nice finding. could you please fix

as well?

@Chuckame
Copy link
Author

Nice catch also @chia7712, done. I did not find other uses of this optimizeFiltersForHits now 😄

@Chuckame Chuckame requested a review from chia7712 May 29, 2025 21:16
@github-actions github-actions bot removed the triage PRs from the community label May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants