Skip to content

fix(parquet): thread batch_size through async decode helpers, remove …

9de8afb
Select commit
Loading
Failed to load commit list.
Draft

perf(parquet): add intra-row-group column parallelism to arrow-rs reader #6423

fix(parquet): thread batch_size through async decode helpers, remove …
9de8afb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 18, 2026 in 0s

74.44% (-0.37%) compared to 8fc9a71

View this Pull Request on Codecov

74.44% (-0.37%) compared to 8fc9a71

Details

Codecov Report

❌ Patch coverage is 31.09920% with 771 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.44%. Comparing base (8fc9a71) to head (9de8afb).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/daft-parquet/src/arrowrs_reader.rs 31.09% 771 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6423      +/-   ##
==========================================
- Coverage   74.81%   74.44%   -0.38%     
==========================================
  Files        1021     1021              
  Lines      136570   137547     +977     
==========================================
+ Hits       102172   102394     +222     
- Misses      34398    35153     +755     
Files with missing lines Coverage Δ
src/daft-parquet/src/arrowrs_reader.rs 56.78% <31.09%> (-27.40%) ⬇️

... and 9 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.