Skip to content

Rebuild Parquet.jl in pure Julia - #199

Open
quinnj wants to merge 11 commits into
masterfrom
rewrite/1.0
Open

Rebuild Parquet.jl in pure Julia#199
quinnj wants to merge 11 commits into
masterfrom
rewrite/1.0

feat(codecs)!: drop LZO and INT96 from scope

ce15600
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 28, 2026 in 0s

87.67% (+1.20%) compared to 95a3037

View this Pull Request on Codecov

87.67% (+1.20%) compared to 95a3037

Details

Codecov Report

❌ Patch coverage is 96.36002% with 256 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.67%. Comparing base (95a3037) to head (ce15600).

Files with missing lines Patch % Lines
src/table.jl 85.43% 44 Missing ⚠️
src/vectors.jl 93.78% 40 Missing ⚠️
src/errors.jl 86.45% 26 Missing ⚠️
src/page_index.jl 95.84% 21 Missing ⚠️
src/column.jl 96.68% 16 Missing ⚠️
src/nested_reader.jl 97.55% 13 Missing ⚠️
src/nested_table.jl 90.69% 12 Missing ⚠️
src/statistics.jl 98.30% 12 Missing ⚠️
src/logical_binary.jl 96.15% 10 Missing ⚠️
src/logical.jl 93.66% 9 Missing ⚠️
... and 12 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #199      +/-   ##
==========================================
+ Coverage   86.46%   87.67%   +1.20%     
==========================================
  Files          10       37      +27     
  Lines        1596    17875   +16279     
==========================================
+ Hits         1380    15672   +14292     
- Misses        216     2203    +1987     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.