DataFusion Bloom v0.1.1
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.