Hi, After recovering from a checkpoint, is it correct to use BoundedSource.BoundedReader#splitAtFraction(double) to resume a BoundedSource? My concern is that the doc says "the new range would contain *approximately* the given fraction of the amount of data in the current range." Does the word *approximately* here mean that the application could potentially miss some data from the BoundedSource if resume from reader.splitAtFraction(fraction)?
Thanks, Shen