Skip to content

[docs] Add BloomFilter supported data types with hash function details#8313

Merged
JingsongLi merged 1 commit into
apache:masterfrom
weibangpeng:fix-8253-bloom-filter-docs
Jun 22, 2026
Merged

[docs] Add BloomFilter supported data types with hash function details#8313
JingsongLi merged 1 commit into
apache:masterfrom
weibangpeng:fix-8253-bloom-filter-docs

Conversation

@weibangpeng

Copy link
Copy Markdown
Contributor

Summary

Explicitly document BloomFilter supported and unsupported data types with their hash functions.

Changes

  • Replaced flat list with a table showing which hash function each type uses
  • xx hash (64-bit): CharType, VarCharType, BinaryType, VarBinaryType
  • Thomas Wang hash: TinyIntType through LocalZonedTimestampType
  • Added list of unsupported types (BooleanType, DecimalType, etc.)

Closes #8253

@JingsongLi

Copy link
Copy Markdown
Contributor

+1

@JingsongLi JingsongLi merged commit 44489c2 into apache:master Jun 22, 2026
2 checks passed
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.

[Feature] Missing documentation details

2 participants