Skip to content

Fix BloomFilterPolicy changes for unsigned char (ARM)#6024

Closed
pdillinger wants to merge 1 commit intofacebook:masterfrom
pdillinger:unsigned-char
Closed

Fix BloomFilterPolicy changes for unsigned char (ARM)#6024
pdillinger wants to merge 1 commit intofacebook:masterfrom
pdillinger:unsigned-char

Conversation

@pdillinger
Copy link
Copy Markdown
Contributor

Summary: Bug in PR #5941 when char is unsigned that should only affect
assertion on unused/invalid filter metadata.

Test Plan: on ARM: ./bloom_test && ./db_bloom_filter_test && ./block_based_filter_block_test && ./full_filter_block_test && ./partitioned_filter_block_test

Summary: Bug in PR facebook#5941 when char is unsigned that should only affect
assertion on unused/invalid filter metadata.

Test Plan: on ARM: ./bloom_test && ./db_bloom_filter_test && ./block_based_filter_block_test && ./full_filter_block_test && ./partitioned_filter_block_test
Copy link
Copy Markdown
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@pdillinger is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Copy Markdown
Contributor

@pdillinger merged this pull request in 42b5494.

pdillinger added a commit to pdillinger/rocksdb that referenced this pull request Nov 13, 2019
merryChris pushed a commit to merryChris/rocksdb that referenced this pull request Nov 18, 2019
Summary:
Bug in PR facebook#5941 when char is unsigned that should only affect
assertion on unused/invalid filter metadata.
Pull Request resolved: facebook#6024

Test Plan: on ARM: ./bloom_test && ./db_bloom_filter_test && ./block_based_filter_block_test && ./full_filter_block_test && ./partitioned_filter_block_test

Differential Revision: D18461206

Pulled By: pdillinger

fbshipit-source-id: 68a7c813a0b5791c05265edc03cdf52c78880e9a
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