Skip to content

DataFusion Bloom v0.1.1

Choose a tag to compare

@YimingQiao YimingQiao released this 22 Aug 10:49
· 2 commits to main since this release

Bloom 0.1.1 improves the transfer implementation while retaining DataFusion 54.1 compatibility.

Highlights:

  • adds pruning-aware Instant Parquet sampling over candidate row groups
  • parallelizes FullRows materialization and transfer membership construction
  • strengthens streaming memory reservation and fail-open fallback behavior
  • splits the transfer pipeline into focused sampling, handoff, propagation, and Parquet layout modules
  • adds performance regression CI and expanded correctness coverage

See the README for reproducible JOB and TPC-H benchmark instructions.