Skip to content

Fix errors and grammar in BloomFilter.md and PageIndex.md#577

Open
iemejia wants to merge 1 commit into
apache:masterfrom
iemejia:fix/bloom-filter-page-index-docs
Open

Fix errors and grammar in BloomFilter.md and PageIndex.md#577
iemejia wants to merge 1 commit into
apache:masterfrom
iemejia:fix/bloom-filter-page-index-docs

Conversation

@iemejia
Copy link
Copy Markdown
Member

@iemejia iemejia commented Jun 2, 2026

Summary

Fix pseudocode bugs, missing fields, and grammar issues in the Bloom filter and Page index documentation.

Changes

BloomFilter.md

  • Fix block_check pseudocode: setBit -> isSet (checking bits, not setting them)
  • Fix struct name to match thrift (BloomFilterHeader)
  • Include missing bloom_filter_length field in ColumnMetaData snippet
  • Normalize "Bloom filter" casing (proper noun) throughout
  • "64 bits version" -> "the 64-bit version"
  • Normalize "bit set" -> "bitset" (consistent with thrift)
  • Add terminal periods in thrift-style doc comments

PageIndex.md

  • Fix "Blart Versenwald III" double-quote typo
  • Fix heading capitalization: "page index" -> "Page Index"
  • Fix article: "one data page per the retrieved column" -> "per retrieved column"
  • Add missing terminal period after parquet.thrift link

Validation

No semantic/behavioral changes to the format specification. All fixes are documentation-only.

Split from #572 for easier review.

BloomFilter.md:
- Fix block_check pseudocode: setBit -> isSet (checking, not setting)
- Fix struct name to match thrift (BloomFilterHeader)
- Include missing bloom_filter_length field in ColumnMetaData snippet
- Normalize "Bloom filter" casing (proper noun) throughout
- "64 bits version" -> "the 64-bit version"
- Normalize "bit set" -> "bitset" (consistent with thrift)
- Add terminal periods in thrift-style doc comments

PageIndex.md:
- Fix "Blart Versenwald III" double-quote typo
- Fix heading capitalization: "page index" -> "Page Index"
- Fix article: "one data page per the retrieved column" -> "per retrieved column"
- Add missing terminal period after parquet.thrift link
Copy link
Copy Markdown
Contributor

@etseidl etseidl left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

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.

2 participants