Skip to content

Fix ypart begin for bpf ranges

Federico Cuello requested to merge (removed):master into master

It was creating yparts with begin=0 and end==previous_part_begin with multipart files. It should start from 1 and next part from previous end + 1.

Edited by Federico Cuello

Merge request reports