JuliaHEP / UnROOT.jl

Native Julia I/O package to work with CERN ROOT files objects (TTree and RNTuple)
https://juliahep.github.io/UnROOT.jl/
MIT License
97 stars 17 forks source link

[RNTuple] fix multi page reading for Index32/Index64 columns #315

Closed Moelf closed 6 months ago

Moelf commented 6 months ago

fix #312

see:

for detailed investigation

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 68.18182% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 86.16%. Comparing base (a96f21e) to head (c7dfdef).

Files Patch % Lines
src/RNTuple/fieldcolumn_reading.jl 12.50% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #315 +/- ## ========================================== - Coverage 86.40% 86.16% -0.25% ========================================== Files 18 18 Lines 2450 2458 +8 ========================================== + Hits 2117 2118 +1 - Misses 333 340 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.