Skip to content

feat: Support bloom filter in Lance writer#17939

Open
KiteSoar wants to merge 3 commits intoapache:masterfrom
KiteSoar:feature-bloom-filter
Open

feat: Support bloom filter in Lance writer#17939
KiteSoar wants to merge 3 commits intoapache:masterfrom
KiteSoar:feature-bloom-filter

Conversation

@KiteSoar
Copy link
Contributor

Describe the issue this Pull Request addresses

Closes #17664

Summary and Changelog

Implemented Bloom Filter support for the Lance file format writer.

Impact

Enables Bloom Filter index support for Lance files, allowing for efficient record key lookups and data skipping.

Risk Level

Low

Documentation Update

None

Contributor's checklist

  • Read through contributor's guide
  • Enough context is provided in the sections above
  • Adequate tests were added if applicable

@github-actions github-actions bot added the size:M PR with lines of changes in (100, 300] label Jan 18, 2026
@hudi-bot
Copy link
Collaborator

CI report:

Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

@wombatu-kun
Copy link
Contributor

hi @KiteSoar ! are you still here?
could you rebase your branch and resolve conflicts?

@KiteSoar
Copy link
Contributor Author

KiteSoar commented Mar 7, 2026

hi @KiteSoar ! are you still here? could you rebase your branch and resolve conflicts?

hi @KiteSoar ! are you still here? could you rebase your branch and resolve conflicts?

Sure! I'll take care of it ASAP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M PR with lines of changes in (100, 300]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Record key tracking for bloom filters support

3 participants